We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05ab1d commit 062bc25Copy full SHA for 062bc25
.readthedocs.yml
@@ -10,6 +10,6 @@ python:
10
install:
11
- requirements: docs/requirements.txt
12
build:
13
- os: "ubuntu-24.04"
+ os: "ubuntu-22.04"
14
tools:
15
- python: "3.11"
+ python: "3.12"
docs/requirements.txt
@@ -1,9 +1,10 @@
1
-mkdocs==1.3.0
+mkdocs==1.6.1
2
+mkdocs-github-admonitions-plugin==0.1.1
3
# Strict mode has been disabled in latest versions of mkdocs-material.
4
# Thus pointing to the older version of mkdocs-material.
5
mkdocs-material==7.1.8
-markdown_include==0.6.0
6
-pygments==2.15.0
+markdown_include==0.8.1
7
+pygments==2.19.2
8
jinja2==3.1.6
-markdown==3.3.7
9
-pymdown-extensions==10.16.1
+markdown==3.10
+pymdown-extensions==10.17.1
0 commit comments