Commit f2647973 by Alex Gaynor

When building the docs (using tox) also do a linkcheck build to ensure all links…

When building the docs (using tox) also do a linkcheck build to ensure all links work.  Thanks to Daniel Neuhaeuser for pointing this out.
parent 289ef29f
......@@ -41,3 +41,4 @@ deps =
sphinx
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/linkcheck
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment