summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
diff options
context:
space:
mode:
authorWulian233 <71213467+Wulian233@users.noreply.github.com>2024-05-26 11:26:59 (GMT)
committerGitHub <noreply@github.com>2024-05-26 11:26:59 (GMT)
commitb5b7dc98c94100e992a5409d24bf035d88c7b2cd (patch)
treea88722f5edfc1e73ba68a0e15ef21a3aa8edbfe6 /Doc/tools/templates
parentd25954dff5409c8926d2a4053d3e892462f8b8b5 (diff)
downloadcpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.zip
cpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.tar.gz
cpython-b5b7dc98c94100e992a5409d24bf035d88c7b2cd.tar.bz2
Update README and layout.html from 3.13 to 3.14 (#119539)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r--Doc/tools/templates/layout.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html
index e931147..e96cbf7 100644
--- a/Doc/tools/templates/layout.html
+++ b/Doc/tools/templates/layout.html
@@ -61,7 +61,13 @@
// since all the "active, built and not hidden" versions will be shown automatically.
let versions = config.versions.active.concat([
{
- slug: "dev (3.13)",
+ slug: "dev (3.14)",
+ urls: {
+ documentation: "https://docs.python.org/3.14/",
+ }
+ },
+ {
+ slug: "pre (3.13)",
urls: {
documentation: "https://docs.python.org/3.13/",
}