Skip to content

Commit b51fc14

Browse files
[py] Don't treat doc warnings as errors
1 parent 104b278 commit b51fc14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skip_install = true
66
deps =
77
Sphinx==1.8.2
88

9-
commands = sphinx-build -W -b html -d ../build/doctrees docs/source ../build/docs/api/py {posargs}
9+
commands = sphinx-build -b html -d ../build/doctrees docs/source ../build/docs/api/py {posargs}
1010

1111
[testenv:flake8]
1212
skip_install = true

0 commit comments

Comments
 (0)