Skip to content

Commit 7184939

Browse files
committed
🧪 Make Sphinx not fail on warnings
This is fine for a maintenance branch with older deps.
1 parent a9b77d3 commit 7184939

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ version: 2
1212
sphinx:
1313
builder: dirhtml
1414
configuration: docs/conf.py
15-
fail_on_warning: true
1615

1716
# Build documentation with MkDocs
1817
# mkdocs:

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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" \

0 commit comments

Comments
 (0)