From 992c9d90ebc2d0c2794548bc3f3b94a5749db777 Mon Sep 17 00:00:00 2001 From: Pedro Tabacof Date: Wed, 6 Dec 2023 22:43:58 +0000 Subject: [PATCH] trying to fix readthedocs build --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 37338a6..2b84124 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,7 @@ build: - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt - cat docs/conf.py - - cd docs - - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html + - python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/conf.py