Skip to content

Commit 679b0f3

Browse files
authored
[py] Fix python API docs publishing at readthedocs (#15832)
1 parent a5dd13f commit 679b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/docs/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
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
17+
- cd py && python3 generate_api_module_listing.py && cd
1818
- PYTHONPATH=py sphinx-autogen -o $READTHEDOCS_OUTPUT/html py/docs/source/api.rst
1919
- PYTHONPATH=py sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
2020

0 commit comments

Comments
 (0)