From d92fd61dc2435d68e5e546574f04fccac60462a5 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 16 Apr 2024 08:58:53 +0000 Subject: [PATCH] Fix linkchecker by updating repos_file_branch --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 9563b6c15cf..99637787fb5 100644 --- a/conf.py +++ b/conf.py @@ -33,7 +33,7 @@ ros_distro = "iron" distro_title = "Iron" distro_title_full = "Iron Irwini" -repos_file_branch = "master" +repos_file_branch = "iron" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -182,7 +182,7 @@ # Add branches you want to whitelist here. smv_branch_whitelist = r"^(foxy|galactic|humble|iron|master)$" -smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron).*$" +smv_released_pattern = r"^refs/(heads|remotes/[^/]+)/(foxy|galactic|humble|iron|rolling).*$" smv_remote_whitelist = r"^(origin)$" smv_latest_version = "iron" smv_eol_versions = ["foxy", "galactic"]