From 09d8c007705fe9da6e2b819fcdea631c1c9901df Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 30 May 2017 14:11:55 -0700 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3