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 0b358ca commit 16e1116Copy full SHA for 16e1116
.readthedocs.yaml
@@ -9,7 +9,8 @@ build:
9
tools:
10
python: "latest"
11
commands:
12
- - pip install sphinx
+ - pip install -r py/docs/requirements.txt
13
+ - pip install -r py/requirements.txt
14
- 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
0 commit comments