Skip to content

Commit 7388a93

Browse files
committed
lock sphinx version
1 parent 8676d82 commit 7388a93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ before_script:
6262
cat /etc/apt/sources.list
6363
sudo apt-get update -qq
6464
sudo apt-get install -qq varnish
65-
- if [ "$DOCCHECK" = true ]; then sudo apt-get install -qq python-sphinx enchant; fi
65+
- if [ "$DOCCHECK" = true ]; then sudo apt-get install -qq enchant; fi
6666
- if [ "$DOCCHECK" = true ]; then sudo pip install -r doc/requirements.txt; fi
6767
- if [ "$VARNISH_MODULES_VERSION" != "" ]; then sh ./tests/install-varnish-modules.sh; fi
6868
# Install NGINX

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sphinx ~= 1.3.0
12
git+https://github.com/fabpot/sphinx-php.git
23
sphinx-rtd-theme
34
sphinxcontrib-spelling

0 commit comments

Comments
 (0)