Skip to content

Commit 590eb5c

Browse files
committed
Update readthedocs config
1 parent 72f8a0f commit 590eb5c

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-
- PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
12+
- export PYTHONPATH=py
13+
- sphinx-autogen py/docs/source/api.rst
1314
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
1415

1516
sphinx:

0 commit comments

Comments
 (0)