Skip to content

Commit 24ac30b

Browse files
committed
use html builder (same as during RTD build process)
1 parent d5100d5 commit 24ac30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/scripts/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
displayName: 'Install requirements'
1010

1111
- script: |
12-
python -m sphinx -T -b readthedocs -d _build/doctrees-readthedocs -D language=en -W doc build/html
12+
python -m sphinx -T -b html -d _build/doctrees-readthedocs -D language=en -W doc build/html
1313
displayName: 'Check documentation'
1414

1515
- task: CopyFiles@2

0 commit comments

Comments
 (0)