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 f3aadf4 commit b3473e9Copy full SHA for b3473e9
.readthedocs.yaml
@@ -8,12 +8,12 @@ build:
8
os: ubuntu-22.04
9
tools:
10
python: "latest"
11
+ commands:
12
+ - PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
13
+ - sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
14
15
sphinx:
16
configuration: py/docs/source/conf.py
- commands:
- - PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
- - sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
17
18
python:
19
install:
0 commit comments