From 75d83f123f96f9054f73856a3b01e5e962af4cb9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 30 Mar 2016 17:28:20 +0200 Subject: [PATCH] stick to Sphinx 1.3.x for the moment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29682488140..dc88a8f76e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: - $HOME/.cache/pip - _build -install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git +install: pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git script: sphinx-build -nW -b html -d _build/doctrees . _build/html