aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-21 22:38:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-21 22:45:28 -0500
commit641e088d193142f236d69c78d272cf7ece0d693c (patch)
tree13715d12e91e47ed450abd5475e736189743666c /tox.ini
parentb2845edf4b23ee240a00fe28bd37ab359678d1ae (diff)
downloadexternal_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.gz
external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.bz2
external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.zip
Move docs dependencies into package metadata and use same technique as jaraco/skeleton to build docs in tox and rtd.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index a5ce930f..2164599f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,12 +44,12 @@ skip_install=True
commands=codecov -X gcov --file {toxworkdir}/coverage.xml
[testenv:docs]
-deps = -r{toxinidir}/docs/requirements.txt
-skip_install=True
+extras =
+ docs
+ testing
+changedir = docs
commands =
- python -m bootstrap
- sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/build/html
- sphinx-build -W -b man -d {envtmpdir}/doctrees docs docs/build/man
+ python -m sphinx . {toxinidir}/build/html
[coverage:run]
source=