summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-02 00:09:53 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-02 00:21:50 +0000
commit98051bdea23eefbbb4a230d63230bd29675c2356 (patch)
treee49e54cc253542a0e535ef94588eaefe48086041 /tox.ini
parent20431cc7712e67b9249251dc47162333785d5e91 (diff)
downloaddeluge-98051bdea23eefbbb4a230d63230bd29675c2356.tar.gz
deluge-98051bdea23eefbbb4a230d63230bd29675c2356.tar.bz2
deluge-98051bdea23eefbbb4a230d63230bd29675c2356.zip
[Docs] Move apidoc command to Sphinx config
The apidoc modules were not being generated on ReadTheDocs because there is no way to run sphinx-apidoc manually. Moved the running of sphinx-apidoc into conf.py. Added zope.interface minimum version to fix Readthedocs warning.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ad933169b..134cde2a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -160,7 +160,6 @@ skip_install = True
deps = {[docsbase]deps}
commands =
python setup.py clean_docs
- sphinx-apidoc --force --no-toc -o docs/source/modules/ deluge deluge/plugins
sphinx-build -v -j auto -E -T -b html -d docs/build/doctrees docs/source docs/build/html
[testenv:docscoverage]