From 4f2c85a7aea51f3b02eacfcf85ab20e27a8296bc Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 13 Oct 2023 18:19:57 -0700 Subject: [PATCH] conf --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93879945fe7..97c08963679 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: - python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt - python docs/api_reference/create_api_rst.py - cat docs/api_reference/conf.py - - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html -j auto + - python -m sphinx -T -E -b html -d _build/doctrees -c cat docs/api_reference/conf.py -D language=en . $READTHEDOCS_OUTPUT/html -j auto # Build documentation in the docs/ directory with Sphinx sphinx: