We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676d82 commit 7388a93Copy full SHA for 7388a93
.travis.yml
@@ -62,7 +62,7 @@ before_script:
62
cat /etc/apt/sources.list
63
sudo apt-get update -qq
64
sudo apt-get install -qq varnish
65
- - if [ "$DOCCHECK" = true ]; then sudo apt-get install -qq python-sphinx enchant; fi
+ - if [ "$DOCCHECK" = true ]; then sudo apt-get install -qq enchant; fi
66
- if [ "$DOCCHECK" = true ]; then sudo pip install -r doc/requirements.txt; fi
67
- if [ "$VARNISH_MODULES_VERSION" != "" ]; then sh ./tests/install-varnish-modules.sh; fi
68
# Install NGINX
doc/requirements.txt
@@ -1,3 +1,4 @@
1
+sphinx ~= 1.3.0
2
git+https://github.com/fabpot/sphinx-php.git
3
sphinx-rtd-theme
4
sphinxcontrib-spelling
0 commit comments