From cc18ec727c4cfe5a79867ed90b5ec58633b92e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 10:36:54 +0100 Subject: [PATCH] ci: Use Debian trixie for the doc build This allows us to use the available package, no need for pip. Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8297d632..52ebe190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,13 +10,13 @@ before_script: - apt-get -y install ca-certificates build_docs: + image: debian:trixie stage: build artifacts: paths: - _build script: - - apt-get -y install python3-pip python3-sphinx - - pip3 install recommonmark + - apt-get -y install --on-install-recommends python3-pip python3-sphinx python3-recommonmark - ./doc/build.sh _build except: variables: