summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-05-30 14:11:55 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-05-30 14:11:55 -0700
commit09d8c007705fe9da6e2b819fcdea631c1c9901df (patch)
tree32a9855cf1d03587858d623da9bbeec5a784f684 /.travis.yml
parentbc604269d54293dc0d438ca5d12fa162799c072a (diff)
docs: Fix sphinx warnings (and build) on sphinx > 1.5.1
It turns out that commands was included in the toctree twice, which caused warnings which we treat as errors in CI. Fixes #994
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 31978a43..e8e025fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,7 @@ install:
printf '%s = None\n' NotmuchError NullPointerError > notmuch.py
touch gpgme.py
# install sphinx for building the html docs
- pip install sphinx==1.5.1
+ pip install sphinx
else
pip install .[test]
fi