From f8144ecee32b810efe22957b98615b8e8a399c83 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 13 Aug 2022 10:12:58 +0100 Subject: [PATCH] use tox to build the documentation --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ebf44d3..3396bf9 100644 --- a/tox.ini +++ b/tox.ini @@ -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