use tox to build the documentation

pull/359/head
Nicco Kunzmann 2022-08-13 10:12:58 +01:00
rodzic 537cab205f
commit f8144ecee3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
envlist = py27,py36,py37,py38,py39,py310,pypy3
envlist = py27,py36,py37,py38,py39,py310,pypy3,docs
[testenv]
deps =
@ -19,5 +19,6 @@ commands =
deps =
-r {toxinidir}/requirements_docs.txt
changedir = docs
allowlist_externals = make
commands =
make html