Repository: couchdb-documentation Updated Branches: refs/heads/master 6b8e1d01b -> 1b9ddfca1
Temporary pin sphinx version to 1.3.4 In 1.3.5 sphinx started to check syntax for code and literal block raising warnings if something is not right. We have them a lot, so build eventually fails. These issues will be addressed additionally without blocking any else work on the docs. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/1b9ddfca Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/1b9ddfca Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/1b9ddfca Branch: refs/heads/master Commit: 1b9ddfca16b8c40989514d834bade9f35e35ef60 Parents: 6b8e1d0 Author: Alexander Shorin <[email protected]> Authored: Wed Feb 3 00:22:14 2016 +0300 Committer: Alexander Shorin <[email protected]> Committed: Wed Feb 3 00:22:14 2016 +0300 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/1b9ddfca/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 75ac54b..2fc50e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - sudo apt-get install -yqq texinfo install: - - pip install sphinx + - pip install sphinx==1.3.4 script: - make ${TARGET}
