This commit is contained in:
Bagatur
2023-10-13 18:15:44 -07:00
parent 883ff006bb
commit 0d3ae97c11

View File

@@ -15,6 +15,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/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
# Build documentation in the docs/ directory with Sphinx