diff options
author | 2018-10-17 03:26:58 +0000 | |
---|---|---|
committer | 2018-10-17 03:26:58 +0000 | |
commit | 622a85f72bea2679ef4849abb083616bff3da0e7 (patch) | |
tree | 14137bb7ab65d46b73c19f0e27850dec22580aaf /tox.ini | |
parent | bb8a40544fdac7c9c5311b42993bf93f2d4da903 (diff) | |
parent | 7203ff5925b805d07a5df53b6cdcf7d44cc4e4d1 (diff) |
Merge "[docs] Transition to local docs build job."
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -44,6 +44,17 @@ commands = basepython = python3 commands = {[testenv:functional]commands} +[testenv:docs] +deps = -rdocs/requirements.txt +commands = + sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + echo "Generated docs available in {toxinidir}/docs/_build/html" +whitelist_externals = echo + +[testenv:docs-linkcheck] +deps = -rdocs/requirements.txt +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + [testenv:os-requirements] commands = python {toxinidir}/tools/os-requirements-check.py {envdir} |