From ce41394671f1a3d33e6a475e5aa20365747e75cd Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 7 Aug 2018 09:55:52 +0200 Subject: [PATCH] doc@framagit: use requirement file, don't lose doxygen xml output --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61ab0780a5..be346507e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ image: debian:testing-slim script: - apt-get update - apt-get install -y python3-pip cmake doxygen libboost-all-dev libboost-dev fig2dev - - pip3 install exhale sphinx breathe sphinx_rtd_theme + - pip3 install --requirement docs/requirements.txt - cmake -Denable_documentation=ON . - make documentation - mkdir docs/doxyoutput - - mv doc/xml docs/doxyoutput + - cp -r doc/xml docs/doxyoutput - cd docs - sphinx-build -M html source/ build/ - mv build/html ../public -- 2.20.1