Skip to content

Commit

Permalink
Fix the repos_file_branch macro
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 13, 2024
1 parent 60c465f commit b7b96c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
copyright = "{}, {}".format(time.strftime("%Y"), author)

# Adjust those to change ros distribution
# you might also need to white list branch
# you might also need to white list branch (see smv_branch_whitelist)
ros_distro = "rolling"
distro_title = "Rolling"
distro_title_full = "Rolling Ridley"
repos_file_branch = "rolling" # for single version only
repos_file_branch = "master" # sets macro REPOS_FILE_BRANCH (will be overridden with multiversion)

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -341,7 +341,7 @@ def smv_rewrite_configs(app, config):
# this map is used to match branches of control.ros.org to REPOS_FILE_BRANCH macro
subrepo_branch = {
base_branch: "master",
"jazzy": "jazzy",
"jazzy": "master",
"iron": "iron",
"humble": "humble",
"foxy": "foxy",
Expand Down

0 comments on commit b7b96c1

Please sign in to comment.