summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-06 15:04:49 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-06 15:04:49 +0100
commit3e829fd6f4a3a122da9df35a88e5c51122860bf6 (patch)
tree180567e54192f0dfab7125dc733fa335787cb97d /.travis.yml
parent40de7eb3301f95aa9a1e7401857f70a4f7e4b5db (diff)
Rollback as sphinx does not want to build. No output so it is hard to debug
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a4a4cb8..f178e9ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,9 +23,10 @@ matrix:
- env:
# 4. Only doxygen documentation
- CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='OFF' MAKE_TARGET='doxygen'
- - env:
- # 5. Only Python, associated tests and sphinx documentation
- - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='test sphinx'
+ # Issue with sphinx-build with sphinx 2.0.1
+ # - env:
+ # # 5. Only Python, associated tests and sphinx documentation
+ # - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='test sphinx'
cache:
directories: