File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ version: 2
1212sphinx :
1313 builder : dirhtml
1414 configuration : docs/conf.py
15- fail_on_warning : true
1615
1716# Build documentation with MkDocs
1817# mkdocs:
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ commands =
8686 {tty:--color} \
8787 -a \
8888 -n \
89- -W - -keep-going \
89+ --keep-going \
9090 -d " {temp_dir}{/}.doctrees" \
9191 . \
9292 " {envdir}{/}docs_out"
@@ -127,7 +127,7 @@ commands =
127127 {[python-cli-options]isolate} \
128128 -m sphinx \
129129 -j auto \
130- -a -n -W \
130+ -a -n \
131131 --keep-going \
132132 -b doctest --color \
133133 -d " {temp_dir}{/}.doctrees" \
@@ -154,7 +154,7 @@ commands =
154154 {[python-cli-options]isolate} \
155155 -m sphinx \
156156 -j auto \
157- -a -n -W \
157+ -a -n \
158158 --keep-going \
159159 -b linkcheck --color \
160160 -d " {temp_dir}{/}.doctrees" \
@@ -181,7 +181,7 @@ commands =
181181 {[python-cli-options]isolate} \
182182 -m sphinx \
183183 -j auto \
184- -a -n -W \
184+ -a -n \
185185 --keep-going \
186186 -b spelling --color \
187187 -d " {temp_dir}{/}.doctrees" \
You can’t perform that action at this time.
0 commit comments