From 5d03a7e26fcd6706d6d15ab9bc0bebf5b126695b Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:26:45 +0200 Subject: [PATCH 1/3] .readthedocs.yml: Upgrade OS https://about.readthedocs.com/blog/2026/03/ubuntu-20-04-deprecated/#how-to-update-your-project cherry-pick of 6f60b0c399bc27506246a0382a4625131b6f5ac6 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3546358553..d50cb90e24 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ mkdocs: fail_on_warning: true build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.13" From 381b36ad434422b500d5c246825f8a1fb5952cc8 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:39:12 +0200 Subject: [PATCH 2/3] requirements.txt: Upgrades Pygments and Markdown --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d2f3bb1f31..c03e3d1a35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ mkdocs==1.6.1 -Pygments==2.19.1 -pymdown-extensions==10.14.3 -Markdown==3.7 +Pygments==2.20.0 +pymdown-extensions==10.21.2 +Markdown==3.8.1 mkdocs-material==9.6.5 mkdocs-macros-plugin==1.3.7 mkdocs-redirects==1.2.2 From bc767e681afd66e5f662de45183009a1752277f0 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:47:42 +0200 Subject: [PATCH 3/3] Revert "requirements.txt: Upgrades Pygments and Markdown" This reverts commit 381b36ad434422b500d5c246825f8a1fb5952cc8. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c03e3d1a35..d2f3bb1f31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ mkdocs==1.6.1 -Pygments==2.20.0 -pymdown-extensions==10.21.2 -Markdown==3.8.1 +Pygments==2.19.1 +pymdown-extensions==10.14.3 +Markdown==3.7 mkdocs-material==9.6.5 mkdocs-macros-plugin==1.3.7 mkdocs-redirects==1.2.2