Add Sphinx to Travis config.
This commit is contained in:
parent
98853d8549
commit
2d6cc74e28
|
@ -10,6 +10,8 @@ addons:
|
||||||
- gcc-4.8
|
- gcc-4.8
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
- clang
|
- clang
|
||||||
|
- python-sphinx
|
||||||
|
- python-sphinx-rtd-theme
|
||||||
install:
|
install:
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||||
script: "./autobuild && ./do-release"
|
script: "./autobuild && ./do-release"
|
||||||
|
|
Loading…
Reference in New Issue