Skip to content

Commit b3bfbec

Browse files
committed
Adjusting relative path
Signed-off-by: Michael Dolan <[email protected]>
1 parent 4508fac commit b3bfbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
jobs:
1414
build:
1515
html:
16-
- python -m sphinx -vvv -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
16+
- python -m sphinx -vvv -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
1717

1818
sphinx:
1919
configuration: docs/conf.py

0 commit comments

Comments
 (0)