From d4313879029a7455025a83e98643d3737de6e6af Mon Sep 17 00:00:00 2001 From: Arjo Segers Date: Mon, 23 Jun 2025 21:42:38 +0200 Subject: [PATCH] Fixed generation of documentation on GitLab pages. --- .gitlab-ci.yml | 2 +- doc/source/documentation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07bb8aa..7c606ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # The Docker image that will be used to build your app -image: python:latest-slim +image: python:3.11-slim # Functions that should be executed before the build script is run before_script: diff --git a/doc/source/documentation.rst b/doc/source/documentation.rst index 0b342ec..587a078 100644 --- a/doc/source/documentation.rst +++ b/doc/source/documentation.rst @@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'. .. sourcecode:: yaml # The Docker image that will be used to build your app - image: python:latest-slim + image: python:3.11-slim # Functions that should be executed before the build script is run before_script: -- GitLab