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 36d705a commit 0b358caCopy full SHA for 0b358ca
.readthedocs.yaml
@@ -10,8 +10,7 @@ build:
10
python: "latest"
11
commands:
12
- pip install sphinx
13
- - export PYTHONPATH=py
14
- - sphinx-autogen py/docs/source/api.rst
+ - PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
15
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
16
17
sphinx:
0 commit comments