Add Sphinx to Travis config.

This commit is contained in:
Kyle Isom 2015-12-22 14:38:40 -08:00
parent 98853d8549
commit 2d6cc74e28
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ addons:
- gcc-4.8
- g++-4.8
- clang
- python-sphinx
- python-sphinx-rtd-theme
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
script: "./autobuild && ./do-release"