Skip to content

Commit 40da729

Browse files
committed
fix: treat spinx warnings as errors
1 parent 8852b97 commit 40da729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ basepython=python3.7
510510

511511
[testenv:docs]
512512
deps = sphinx
513-
commands = sphinx-build -b html docs docs/_build/html
513+
commands = sphinx-build -W -b html docs docs/_build/html
514514
basepython = python
515515

516516
# do not use develop mode with celery as running multiple python versions within

0 commit comments

Comments
 (0)