File tree 1 file changed +15
-15
lines changed
readthedocsext/theme/templates/projects
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "projects/import_base.html" %}
2
- {% load i18n %}
2
+ {% load blocktrans trans from i18n %}
3
3
4
4
{% block project_add_subheader %}
5
5
{% trans "Add a configuration file to your project" %}
58
58
59
59
# Set the OS, Python version, and other tools you might need
60
60
build:
61
- os: ubuntu-22 .04
61
+ os: ubuntu-24 .04
62
62
tools:
63
- python: "3.12 "
63
+ python: "3.13 "
64
64
65
65
# Build documentation in the "docs/" directory with Sphinx
66
66
sphinx:
97
97
98
98
# Set the OS, Python version, and other tools you might need
99
99
build:
100
- os: ubuntu-22 .04
100
+ os: ubuntu-24 .04
101
101
tools:
102
- python: "3.12 "
102
+ python: "3.13 "
103
103
104
104
# Build documentation with Mkdocs
105
105
mkdocs:
136
136
137
137
# Set the OS, Python version, and other tools you might need
138
138
build:
139
- os: ubuntu-22 .04
139
+ os: ubuntu-24 .04
140
140
tools:
141
- nodejs: "19 "
141
+ nodejs: "22 "
142
142
143
143
commands:
144
144
# Install Docusaurus dependencies
173
173
174
174
# Set the OS, Python version, and other tools you might need
175
175
build:
176
- os: ubuntu-22 .04
176
+ os: ubuntu-24 .04
177
177
tools:
178
- python: "3.12 "
178
+ python: "3.13 "
179
179
180
180
commands:
181
181
# Install Pelican and its dependencies
207
207
208
208
# Set the OS, Python version, and other tools you might need
209
209
build:
210
- os: ubuntu-22 .04
210
+ os: ubuntu-24 .04
211
211
tools:
212
212
ruby: "3.3"
213
213
242
242
243
243
# Set the OS, Python version, and other tools you might need
244
244
build:
245
- os: ubuntu-22 .04
245
+ os: ubuntu-24 .04
246
246
tools:
247
247
# Specify the language and version your project requires,
248
248
# by uncommenting one of the following tools.
249
249
#
250
- # python: "3.12 "
250
+ # python: "3.13 "
251
251
# 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 "
255
255
256
256
commands:
257
257
# Write down your commands here to:
You can’t perform that action at this time.
0 commit comments