Skip to content

Commit 4508fac

Browse files
committed
Fix sphinx build command
Signed-off-by: Michael Dolan <[email protected]>
1 parent 81555a2 commit 4508fac

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 -T -b -vvv html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
16+
- python -m sphinx -vvv -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
1717

1818
sphinx:
1919
configuration: docs/conf.py

0 commit comments

Comments
 (0)