Skip to content

Commit 9b0413e

Browse files
committed
Update the version of sphinx.
1 parent 9a57bbd commit 9b0413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- export PREFIX=$HOME/.local
2424
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install doxygen; fi
2525
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHONUSERBASE=$PREFIX; fi
26-
- pip install --user breathe sphinx==1.5.1 sphinx_rtd_theme cython numpy 'mako>=0.7' six
26+
- pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
2727
- export PATH=$PATH:$PREFIX/bin
2828
- export CPATH=$CPATH:$PREFIX/include
2929
- export LIBRARY_PATH=$LIBRARY_PATH:$PREFIX/lib

0 commit comments

Comments
 (0)