Skip to content

Commit 5fb5176

Browse files
committed
[py] Update readthedocs job config to generate api.rst
1 parent 3432c0b commit 5fb5176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/docs/.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ version: 2
1010
build:
1111
os: ubuntu-24.04
1212
tools:
13-
python: "3.11"
13+
python: "3.12"
1414
commands:
1515
- pip install -r py/docs/requirements.txt
1616
- pip install -r py/requirements.txt
17+
- PYTHONPATH=py python3 py/generate_api_module_listing.py
1718
- PYTHONPATH=py sphinx-autogen -o $READTHEDOCS_OUTPUT/html py/docs/source/api.rst
1819
- PYTHONPATH=py sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
1920

0 commit comments

Comments
 (0)