From f5d4711d2e388f32a6ddf15a9d12cfafec285023 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 8 Dec 2023 12:16:31 -0500 Subject: [PATCH] debug Signed-off-by: Niels Bantilan --- docs/.readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index e55792e1c62..a4dae7daf7b 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -15,7 +15,7 @@ build: - conda info - conda env list - cat docs/conf.py - - /home/docs/monodocs-env/bin/python -m sphinx -T -E -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html + - cd docs && /home/docs/monodocs-env/bin/python -m sphinx -T -E -b html -d docs/_build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html # Build documentation in the docs/ directory with Sphinx sphinx: