This commit is contained in:
Bagatur
2023-10-13 18:07:14 -07:00
parent 86d346ce89
commit f7d7ed3a47

View File

@@ -10,7 +10,7 @@ build:
tools:
python: "3.11"
commands:
- python -m pip install docs/api_reference/requirements.txt
- python -m pip install -r docs/api_reference/requirements.txt
- python docs/api_reference/create_api_rst.py
- sphinx-build -M html . $READTHEDOCS_OUTPUT/html -j auto