Skip to content

Commit 0b358ca

Browse files
committed
Update readthedocs config
1 parent 36d705a commit 0b358ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ build:
1010
python: "latest"
1111
commands:
1212
- pip install sphinx
13-
- export PYTHONPATH=py
14-
- sphinx-autogen py/docs/source/api.rst
13+
- PYTHONPATH=py sphinx-autogen py/docs/source/api.rst
1514
- sphinx-build -b html -d build/docs/doctrees py/docs/source $READTHEDOCS_OUTPUT/html
1615

1716
sphinx:

0 commit comments

Comments
 (0)