We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5100d5 commit 24ac30bCopy full SHA for 24ac30b
.azure/scripts/documentation.yml
@@ -9,7 +9,7 @@ steps:
9
displayName: 'Install requirements'
10
11
- script: |
12
- python -m sphinx -T -b readthedocs -d _build/doctrees-readthedocs -D language=en -W doc build/html
+ python -m sphinx -T -b html -d _build/doctrees-readthedocs -D language=en -W doc build/html
13
displayName: 'Check documentation'
14
15
- task: CopyFiles@2
0 commit comments