diff --git a/source/conf.py b/source/conf.py index 8e1792914c..be94ab89e7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -103,10 +103,10 @@ smv_branch_whitelist = r"^(main|(\d+)\.(\d+))$" smv_remote_whitelist = r"^origin$" # Mark all branches in the form "N.M" as released except "2.4" -smv_released_pattern = r"^.*/(?!2\.4)(\d+)\.(\d+)$" -smv_latest_version = r"2.3" +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.3/en/" +notfound_urls_prefix = "/2.4/en/" # Directories in which to search for additional message catalogs (see language), # relative to the source directory. The directories on this path are searched