We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3432c0b commit 5fb5176Copy full SHA for 5fb5176
py/docs/.readthedocs.yaml
@@ -10,10 +10,11 @@ version: 2
10
build:
11
os: ubuntu-24.04
12
tools:
13
- python: "3.11"
+ python: "3.12"
14
commands:
15
- pip install -r py/docs/requirements.txt
16
- pip install -r py/requirements.txt
17
+ - PYTHONPATH=py python3 py/generate_api_module_listing.py
18
- PYTHONPATH=py sphinx-autogen -o $READTHEDOCS_OUTPUT/html py/docs/source/api.rst
19
- PYTHONPATH=py sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
20
0 commit comments