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 72f8a0f commit 590eb5cCopy full SHA for 590eb5c
.readthedocs.yaml
@@ -9,7 +9,8 @@ build:
9
tools:
10
python: "latest"
11
commands:
12
- - PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
+ - export PYTHONPATH=py
13
+ - sphinx-autogen py/docs/source/api.rst
14
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
15
16
sphinx:
0 commit comments