Skip to content

Commit 62fe8b7

Browse files
committed
remove -W from sphinx to not treat warning as error
1 parent 2ca55d0 commit 62fe8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ changedir = doc
143143
# https://github.com/pypa/pip/issues/988
144144
commands =
145145
pip install --exists-action=w -r requirements.txt
146-
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html
146+
sphinx-build -T -b html -d _build/doctrees-readthedocs -D language=en . _build/html
147147

148148
[testenv:doc8]
149149
deps =

0 commit comments

Comments
 (0)