diff --git a/conf.py b/conf.py index 6db9c4befc..8f5007b530 100644 --- a/conf.py +++ b/conf.py @@ -203,9 +203,9 @@ # Add branches you want to whitelist here. smv_branch_whitelist = r"^(foxy|galactic|humble|iron|jazzy|"+ base_branch + r")$" -smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron).*$" +smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron|jazzy).*$" smv_remote_whitelist = r"^(origin)$" -smv_latest_version = "iron" +smv_latest_version = "jazzy" smv_eol_versions = ["foxy", "galactic"] distro_full_names = {