Skip to content

Commit 7de389d

Browse files
temp: disable fail on warning
1 parent a640bdb commit 7de389d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ python:
1010
path: .[all]
1111
sphinx:
1212
builder: dirhtml
13-
fail_on_warning: true
13+
fail_on_warning: false
1414
configuration: doc/conf.py

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands =
4848

4949
[testenv:docs]
5050
deps = -r requirements/docs.txt
51-
commands = sphinx-build -E -W -b dirhtml doc doc/_build/dirhtml
51+
commands = sphinx-build -E -b dirhtml doc doc/_build/dirhtml
5252

5353
[testenv:update-pre_commit]
5454
labels = update

0 commit comments

Comments
 (0)