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 a5dd13f commit 679b0f3Copy full SHA for 679b0f3
py/docs/.readthedocs.yaml
@@ -14,7 +14,7 @@ build:
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
+ - cd py && python3 generate_api_module_listing.py && cd
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