summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2018-07-28 08:14:25 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2018-07-28 10:26:02 +0100
commit3fc97672de5ef74ec5281aab3d1d0d68b120ee38 (patch)
treef3a7d184048daaa505734fa11895d61d020966ed /setup.cfg
parente8e649a030d7e08dbfc60f825d5ab0392108f25e (diff)
downloaddeluge-3fc97672de5ef74ec5281aab3d1d0d68b120ee38.tar.gz
deluge-3fc97672de5ef74ec5281aab3d1d0d68b120ee38.tar.bz2
deluge-3fc97672de5ef74ec5281aab3d1d0d68b120ee38.zip
Fix the docs run failing on Travis
Likely that the deprecation warning from cryptography is causing the setup.py sphinx build command to return an error so the tox/travis job is marked as failing. Changing to calling the sphinx-build command directly solves this. Also updated the sphinx config for built-in napoleon and faster builds using jobs option.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index d7e14b609..9fee85746 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,8 @@
[build_docs]
source-dir = docs/source
build-dir = docs/build
-all_files = 1
+all_files = true
+fresh-env = true
[py2app]
app = ['deluge/ui/ui_entry.py']