diff options
-rw-r--r-- | docs/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 585906b..9728fc4 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,6 +12,7 @@ deps = commands = sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html +# #[testenv:docs-linkcheck] #basepython = python3.8 #deps = |