Update git submodules
[doc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index dc7c0bf..d4352d3 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
 [tox]
 minversion = 1.6
-envlist = docs
+envlist = docs,
+#         docs-linkcheck,
+
 skipsdist = true
 
 [testenv:docs]
@@ -25,10 +27,13 @@ whitelist_externals =
     echo
     git
 
-[testenv:linkcheck]
+[testenv:docs-linkcheck]
 basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
-commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = echo "Link Checking not enforced"
+#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+whitelist_externals =
+    echo
 
 [testenv:spellcheck]
 basepython = python3