diff --git a/.readthedocs.yml b/.readthedocs.yml index e182e32eac..39cc86d393 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,7 +16,7 @@ build: - conda info - conda env list - cat flyte/docs/conf.py - - cd flyte/docs && FLYTESNACKS_LOCAL_PATH=$PWD/../../flytesnacks /home/docs/monodocs-env/bin/python -m sphinx -T -E -b html -d flyte/docs/_build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html + - cd flyte/docs && FLYTESNACKS_LOCAL_PATH=$PWD/../.. /home/docs/monodocs-env/bin/python -m sphinx -T -E -b html -d flyte/docs/_build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html sphinx: configuration: flyte/docs/conf.py