Skip to content

Commit 6b1ec60

Browse files
committed
Update Humble references in conf.py
1 parent a11e5f6 commit 6b1ec60

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_static/images/humble-small.png

83.1 KB
Loading

conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383

8484
intersphinx_mapping = {
85-
"ros2": ("https://docs.ros.org/en/rolling/", None),
85+
"ros2": ("https://docs.ros.org/en/humble/", None),
8686
"catkin_pkg": ("http://docs.ros.org/en/independent/api/catkin_pkg/html", None),
8787
"jenkins_tools": (
8888
"http://docs.ros.org/en/independent/api/jenkins_tools/html",
@@ -141,9 +141,9 @@
141141

142142
# These default values will be overridden when building multiversion
143143
macros = {
144-
"DISTRO": "rolling",
145-
"DISTRO_TITLE": "Rolling",
146-
"DISTRO_TITLE_FULL": "Rolling Ridley",
144+
"DISTRO": "humble",
145+
"DISTRO_TITLE": "Humble",
146+
"DISTRO_TITLE_FULL": "Humble Hawksbill",
147147
"REPOS_FILE_BRANCH": "main",
148148
}
149149

@@ -170,12 +170,12 @@
170170
# Output file base name for HTML help builder.
171171
htmlhelp_basename = "MoveItDocumentation"
172172

173-
html_baseurl = "https://moveit.picknik.ai/rolling/"
173+
html_baseurl = "https://moveit.picknik.ai/humble/"
174174

175175
# Add any paths that contain custom themes here, relative to this directory.
176176

177177
# Links
178-
ros_distro = "rolling"
178+
ros_distro = "humble"
179179
lang = "en"
180180
ros1_distro = "noetic"
181181
extlinks = {

0 commit comments

Comments
 (0)