Skip to content

Commit 16e1116

Browse files
committed
Update readthedocs config
1 parent 0b358ca commit 16e1116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ build:
99
tools:
1010
python: "latest"
1111
commands:
12-
- pip install sphinx
12+
- pip install -r py/docs/requirements.txt
13+
- pip install -r py/requirements.txt
1314
- PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
1415
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
1516

0 commit comments

Comments
 (0)