Skip to content

Commit 0b4b8d3

Browse files
authored
Add project: update examples with newer build tools versions (#526)
Reference readthedocs/readthedocs.org#11742
1 parent d08cb8d commit 0b4b8d3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

readthedocsext/theme/templates/projects/import_config.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "projects/import_base.html" %}
2-
{% load i18n %}
2+
{% load blocktrans trans from i18n %}
33

44
{% block project_add_subheader %}
55
{% trans "Add a configuration file to your project" %}
@@ -58,9 +58,9 @@
5858

5959
# Set the OS, Python version, and other tools you might need
6060
build:
61-
os: ubuntu-22.04
61+
os: ubuntu-24.04
6262
tools:
63-
python: "3.12"
63+
python: "3.13"
6464

6565
# Build documentation in the "docs/" directory with Sphinx
6666
sphinx:
@@ -97,9 +97,9 @@
9797

9898
# Set the OS, Python version, and other tools you might need
9999
build:
100-
os: ubuntu-22.04
100+
os: ubuntu-24.04
101101
tools:
102-
python: "3.12"
102+
python: "3.13"
103103

104104
# Build documentation with Mkdocs
105105
mkdocs:
@@ -136,9 +136,9 @@
136136

137137
# Set the OS, Python version, and other tools you might need
138138
build:
139-
os: ubuntu-22.04
139+
os: ubuntu-24.04
140140
tools:
141-
nodejs: "19"
141+
nodejs: "22"
142142

143143
commands:
144144
# Install Docusaurus dependencies
@@ -173,9 +173,9 @@
173173

174174
# Set the OS, Python version, and other tools you might need
175175
build:
176-
os: ubuntu-22.04
176+
os: ubuntu-24.04
177177
tools:
178-
python: "3.12"
178+
python: "3.13"
179179

180180
commands:
181181
# Install Pelican and its dependencies
@@ -207,7 +207,7 @@
207207

208208
# Set the OS, Python version, and other tools you might need
209209
build:
210-
os: ubuntu-22.04
210+
os: ubuntu-24.04
211211
tools:
212212
ruby: "3.3"
213213

@@ -242,16 +242,16 @@
242242

243243
# Set the OS, Python version, and other tools you might need
244244
build:
245-
os: ubuntu-22.04
245+
os: ubuntu-24.04
246246
tools:
247247
# Specify the language and version your project requires,
248248
# by uncommenting one of the following tools.
249249
#
250-
# python: "3.12"
250+
# python: "3.13"
251251
# ruby: "3.3"
252-
# nodejs: "19"
253-
# rust: "1.64"
254-
# golang: "1.19"
252+
# nodejs: "22"
253+
# rust: "1.82"
254+
# golang: "1.23"
255255

256256
commands:
257257
# Write down your commands here to:

0 commit comments

Comments
 (0)