From bb685d0dc4f0032374a16dca73b1fb35b8f1722c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 11 Apr 2019 21:43:22 +0200 Subject: sphinx-build seems to be here on sphinx 2.0.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 68d5bcf5..afb9857b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: compiler: gcc 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' DEBUG='ctest -R sphinx_py_test -V' + - CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='ON' MAKE_TARGET='#test sphinx' DEBUG='ctest -R sphinx_py_test -V' # A. Mac OSX - os: osx osx_image: xcode9.4 -- cgit v1.2.3