From a1851e104344be49e6b104f40cd4ad7048e5954d Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 16 Apr 2024 08:56:15 +0000 Subject: [PATCH] Fix branch_distro map --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d9814c619ab..85cf3ecd25f 100644 --- a/conf.py +++ b/conf.py @@ -311,7 +311,7 @@ def smv_rewrite_configs(app, config): # to rewrite the various configuration items with the current version. if app.config.smv_current_version != "": branch_distro = { - "rolling": "rolling", + "master": "rolling", "humble": "humble", "foxy": "foxy", "galactic": "galactic"