Skip to content
Snippets Groups Projects
Commit 0bd41c35 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Update software stack

- Resolve #592
- Update python to 3.12
- Update mkdocs to 1.6.0
- Update Material Theme to 9.5.22
- Update markdownlint-cli to 0.40.0
- Update mkdocs-video to 1.5.0
parent ee6f739e
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1083Update software stack
FROM python:3.8-bullseye
FROM python:3.12-bookworm
SHELL ["/bin/bash", "-c"]
......@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Base #
########
RUN pip install mkdocs>=1.1.2 mkdocs-material==8.5.11 mkdocs-htmlproofer-plugin==1.2.1 mkdocs-video==1.3.0
RUN pip install mkdocs>=1.6.0 mkdocs-material==9.5.22 mkdocs-htmlproofer-plugin==1.2.1 mkdocs-video==1.5.0
##########
# Linter #
......@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material==8.5.11 mkdocs-htmlproofer-plugin=
RUN apt-get update && apt-get install -y nodejs npm aspell git git-lfs
RUN npm install -g markdownlint-cli@0.32.2 markdown-link-check
RUN npm install -g markdownlint-cli@0.40.0 markdown-link-check
###########################################
# prepare git for automatic merging in CI #
......
......@@ -69,7 +69,7 @@
</div>
<!-- Button to open search modal -->
{% if "search" in config["plugins"] %}
{% if "material/search" in config["plugins"] %}
<label class="md-header__button md-icon" for="__search">
{% include ".icons/material/magnify.svg" %}
</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment