From 99440ef345ace443fc3f3800685bce1415a79eac Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Sat, 26 Dec 2015 14:21:34 +0100 Subject: [PATCH] Change sphinx build test in amd64 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7171f40c..8dfa2383 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ job_gcc_py2_amd64: - CCACHE_BASEDIR=$PWD make $MAKEOPTS - make install - export PYTHONPATH=$PWD/install/site-packages - - cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build -b doctest . build *.rst + - cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build2 -b doctest . build *.rst tags: - amd64 @@ -60,7 +60,7 @@ job_clang_py2_amd64: - CCACHE_BASEDIR=$PWD make $MAKEOPTS - make install - export PYTHONPATH=$PWD/install/site-packages - - cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build -b doctest . build *.rst + - cd doc; OMP_NUM_THREADS=1 python2 /usr/bin/sphinx-build2 -b doctest . build *.rst tags: - amd64 -- GitLab