From: Martin Quinson Date: Thu, 3 Jan 2019 18:27:46 +0000 (+0100) Subject: sphinx autodoc needs the package to be built before the doc X-Git-Tag: v3_22~709 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1538c08e54da45af6896ea26f5d8d2f854fd944d sphinx autodoc needs the package to be built before the doc --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce85df9cb6..288f181715 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,9 @@ image: simgrid/build-deps pages: script: - - pip3 install --requirement docs/requirements.txt + - pip3 install --requirement docs/requirements.txt + - cmake -Denable_model-checking=OFF -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=OFF . + - make -j4 simgrid_python - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public