From 883ff006bb0e4bb167b6bd5dccc4d19e850f885c Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 13 Oct 2023 18:11:05 -0700 Subject: [PATCH] full --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ea758ea458d..2e046be90c7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,9 +10,12 @@ build: tools: python: "3.11" commands: - - python -m pip install -r docs/api_reference/requirements.txt + - python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH + - python -m pip install --upgrade --no-cache-dir pip setuptools + - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext + - python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt - python docs/api_reference/create_api_rst.py - - sphinx-build -M html . $READTHEDOCS_OUTPUT/html -j auto + - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html -j auto # Build documentation in the docs/ directory with Sphinx sphinx: