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 e8af501 commit a45492eCopy full SHA for a45492e
py/docs/.readthedocs.yaml
@@ -15,7 +15,7 @@ build:
15
- pip install -r py/docs/requirements.txt
16
- pip install -r py/requirements.txt
17
- PYTHONPATH=py sphinx-autogen -o $READTHEDOCS_OUTPUT/html py/docs/source/api.rst
18
- - sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
+ - PYTHONPATH=py sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
19
20
sphinx:
21
configuration: py/docs/source/conf.py
0 commit comments