diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:38:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:45:28 -0500 |
| commit | 641e088d193142f236d69c78d272cf7ece0d693c (patch) | |
| tree | 13715d12e91e47ed450abd5475e736189743666c /tox.ini | |
| parent | b2845edf4b23ee240a00fe28bd37ab359678d1ae (diff) | |
| download | external_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.ini | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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= |
