Skip to content

Commit

Permalink
Mark 2.5 as unreleased, not 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Feb 20, 2024
1 parent ed25ff5 commit 89a1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$"
smv_remote_whitelist = r"^origin$"
# Mark all branches in the form "N.M" as released except "2.5"
smv_released_pattern = r"^.*/(?!2\.4)(\d+)\.(\d+)$"
smv_released_pattern = r"^.*/(?!2\.5)(\d+)\.(\d+)$"
smv_latest_version = r"2.4"
smv_outputdir_format = "{config.version}/{config.language}"
notfound_urls_prefix = "/2.4/en/"
Expand Down

0 comments on commit 89a1cea

Please sign in to comment.