Skip to content

Commit b3473e9

Browse files
committed
Update readthedocs config
1 parent f3aadf4 commit b3473e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ build:
88
os: ubuntu-22.04
99
tools:
1010
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
1114

1215
sphinx:
1316
configuration: py/docs/source/conf.py
14-
commands:
15-
- PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
16-
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
1717

1818
python:
1919
install:

0 commit comments

Comments
 (0)