Skip to content

Commit 062bc25

Browse files
authored
Fix docs build (argoproj-labs#2018)
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
1 parent c05ab1d commit 062bc25

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ python:
1010
install:
1111
- requirements: docs/requirements.txt
1212
build:
13-
os: "ubuntu-24.04"
13+
os: "ubuntu-22.04"
1414
tools:
15-
python: "3.11"
15+
python: "3.12"

docs/requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
mkdocs==1.3.0
1+
mkdocs==1.6.1
2+
mkdocs-github-admonitions-plugin==0.1.1
23
# Strict mode has been disabled in latest versions of mkdocs-material.
34
# Thus pointing to the older version of mkdocs-material.
45
mkdocs-material==7.1.8
5-
markdown_include==0.6.0
6-
pygments==2.15.0
6+
markdown_include==0.8.1
7+
pygments==2.19.2
78
jinja2==3.1.6
8-
markdown==3.3.7
9-
pymdown-extensions==10.16.1
9+
markdown==3.10
10+
pymdown-extensions==10.17.1

0 commit comments

Comments
 (0)