From 4cff0022dc5cb1f744b46f030e67a4505af4055c Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Mon, 5 Feb 2024 13:53:59 -0500 Subject: [PATCH] debug Signed-off-by: Niels Bantilan --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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