Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into rtd-switcher
  • Loading branch information
hugovk committed May 27, 2024
commit b35dd09d61367edfec8633a71366a693368afe75
6 changes: 6 additions & 0 deletions Doc/tools/static/rtd_switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
// since all the "active, built and not hidden" versions will be shown automatically.
let versions = config.versions.active.concat([
{
slug: "dev (3.14)",
urls: {
documentation: "https://docs.python.org/3.14/",
}
},
{
slug: "dev (3.13)",
urls: {
documentation: "https://docs.python.org/3.13/",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.