aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-10-20 20:11:14 -0700
committerDavid Lord <davidism@gmail.com>2018-10-20 20:11:14 -0700
commit8c6f43dd17f6f7cefa3768f8b5db277490b4256e (patch)
treeb530fdfb193b56b851fa646f24fd2cdade150773 /tox.ini
parent46750f44e3d59c039fc72a9035b0c9935ecaf992 (diff)
downloadmarkupsafe-8c6f43dd17f6f7cefa3768f8b5db277490b4256e.tar.gz
fix docs build
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 628547a..efd0163 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,12 +11,8 @@ deps =
commands = pytest --cov={envsitepackagesdir}/markupsafe --cov-config=tox.ini --cov-report='' --cov-append {posargs}
[testenv:docs-html]
-deps =
- sphinx
- pallets-sphinx-themes
- sphinxcontrib-log-cabinet
-commands =
- sphinx-build -M html docs {envtmpdir}
+deps = -r docs/requirements.txt
+commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
[testenv:coverage-report]
deps = coverage