Explorar o código

Run documentation lints with two jobs.

Omer Katz %!s(int64=7) %!d(string=hai) anos
pai
achega
86d3a8ea68
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tox.ini

+ 3 - 3
tox.ini

@@ -56,15 +56,15 @@ basepython =
 setenv =
 setenv =
     PYTHONHASHSEED = 100
     PYTHONHASHSEED = 100
 commands =
 commands =
-    sphinx-build -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
+    sphinx-build -j2 -b apicheck -d {envtmpdir}/doctrees docs docs/_build/apicheck
 
 
 [testenv:configcheck]
 [testenv:configcheck]
 commands =
 commands =
-    sphinx-build -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
+    sphinx-build -j2 -b configcheck -d {envtmpdir}/doctrees docs docs/_build/configcheck
 
 
 [testenv:linkcheck]
 [testenv:linkcheck]
 commands =
 commands =
-    sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
+    sphinx-build -j2 -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
 
 
 [testenv:flake8]
 [testenv:flake8]
 commands =
 commands =