diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 731a20bbc..b0ba320ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ review_docs: interruptible: true stage: deploy allow_failure: true - image: python:3.10 + image: python:3.11 variables: BUILD_PATH: "../docs-review" before_script: @@ -137,7 +137,7 @@ changelog_snippet: pre-commit: stage: lint - image: python:3.10 + image: python:3.11 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip PRE_COMMIT_HOME: $CI_PROJECT_DIR/.cache/pre-commit @@ -152,7 +152,7 @@ pre-commit: black: interruptible: true - image: python:3.10 + image: python:3.11 stage: lint variables: GIT_STRATEGY: fetch @@ -321,7 +321,7 @@ build_front: build_documentation: stage: build - image: python:3.10 + image: python:3.11 variables: BUILD_PATH: "../public" before_script: diff --git a/docs/Dockerfile b/docs/Dockerfile index 18c4b20ca..493a738e3 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.11 RUN apt-get update && apt-get install -y graphviz RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion sphinxcontrib-mermaid