[CI] Re-enable and fix linkchecking for docs build (#1990)

This commit is contained in:
Toby Harradine
2018-08-07 18:24:44 +10:00
committed by GitHub
parent 9d4f9ef73c
commit aec3ad382a
3 changed files with 9 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ basepython = python3.6
extras = voice, docs, mongo
commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -bhtml
# sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -blinkcheck
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -blinkcheck
[testenv:style]
description = Stylecheck the code with black to see if anything needs changes.