瀏覽代碼

[tox] apicheck,configcheck: warnings are not errors

Ask Solem 9 年之前
父節點
當前提交
c7e02befcf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tox.ini

+ 2 - 2
tox.ini

@@ -28,12 +28,12 @@ basepython =
 [testenv:apicheck]
 commands =
     pip install -U -r{toxinidir}/requirements/dev.txt
-    sphinx-build -W -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
+    sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
 
 [testenv:configcheck]
 commands =
     pip install -U -r{toxinidir}/requirements/dev.txt
-    sphinx-build -W -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
+    sphinx-build -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
 
 [testenv:linkcheck]
 commands =