We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640bdb commit 7de389dCopy full SHA for 7de389d
.readthedocs.yaml
@@ -10,5 +10,5 @@ python:
10
path: .[all]
11
sphinx:
12
builder: dirhtml
13
- fail_on_warning: true
+ fail_on_warning: false
14
configuration: doc/conf.py
tox.ini
@@ -48,7 +48,7 @@ commands =
48
49
[testenv:docs]
50
deps = -r requirements/docs.txt
51
-commands = sphinx-build -E -W -b dirhtml doc doc/_build/dirhtml
+commands = sphinx-build -E -b dirhtml doc doc/_build/dirhtml
52
53
[testenv:update-pre_commit]
54
labels = update
0 commit comments