File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
pre-build-command : python -m pip install tox
35
35
docs-folder : " doc-source/"
36
- build-command : " tox -e docs -- "
36
+ build-command : " tox -e docs -- -W "
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ coverage_pyver_pragma
123
123
124
124
.. end shields
125
125
126
+
126
127
Contents
127
128
----------
128
129
@@ -142,7 +143,7 @@ Contents
142
143
syntax
143
144
api
144
145
Source
145
-
146
+ license
146
147
147
148
.. sidebar-links ::
148
149
:caption: Links
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ min_coverage: 95
15
15
sphinx_html_theme : furo
16
16
python_deploy_version : 3.6
17
17
preserve_custom_theme : true
18
+ docs_fail_on_warning : true
18
19
19
20
conda_channels :
20
21
- conda-forge
You can’t perform that action at this time.
0 commit comments