This commit is contained in:
Bagatur
2023-10-13 18:00:56 -07:00
parent 520be95168
commit a9af504f9c

View File

@@ -9,10 +9,8 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_build:
- python docs/api_reference/create_api_rst.py
commands:
- python docs/api_reference/create_api_rst.py
- sphinx-build -M html . $READTHEDOCS_OUTPUT/html -j auto
# Build documentation in the docs/ directory with Sphinx