fix docs build

This commit is contained in:
David Lord 2019-01-05 14:59:25 -08:00
parent f7e7f2ab11
commit 8b567fea23
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 56 additions and 132 deletions

11
tox.ini
View file

@ -39,18 +39,9 @@ commands =
[testenv:docs-html]
deps =
sphinx
pallets-sphinx-themes
sphinxcontrib-log-cabinet
-r docs/requirements.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
[testenv:docs-linkcheck]
deps =
sphinx
pallets-sphinx-themes
sphinxcontrib-log-cabinet
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs {envtmpdir}/linkcheck
[testenv:coverage-report]
deps = coverage
skip_install = true