From 16a44ee4c7a04850e42a3e712e38742a16a030fb Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 11 May 2020 08:00:54 +0000 Subject: [PATCH 1/2] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83f4dde..5b4264e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,9 @@ pages: script: - mkdir -p docs - cd docs - - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip +# - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip - git clone git://github.com/mosra/m.css - - pip3 install jinja2 Pygments +# - pip3 install jinja2 Pygments - ./m.css/documentation/doxygen.py ./Doxyfile-mcss - cd ./latex - make From e1c746051a708bfb9cacdfe961c3bded6e58ec87 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 11 May 2020 08:05:51 +0000 Subject: [PATCH 2/2] Fix missing output dir --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 284d488..c7c397f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = "favicon.png" # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = . # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and