summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-11-20 17:30:15 +0100
committerMichael Howitz <mh@gocept.com>2020-11-20 17:30:15 +0100
commit73751d8263350867f61f76bdedfdf49789b01932 (patch)
tree4ffcffc4399840a983b59dd432a6a316eec59234
parentec982dba854461ae42da9abbb8d63d13b183c8c9 (diff)
downloadzope-browser-config-with-pure-python.tar.gz
Configuring for pure-pythonconfig-with-pure-python
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b19e410..8180767 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,8 @@ commands =
[testenv:docs]
basepython = python3
+extras =
+ docs
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html