File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 82
82
]
83
83
84
84
intersphinx_mapping = {
85
- "ros2" : ("https://docs.ros.org/en/rolling /" , None ),
85
+ "ros2" : ("https://docs.ros.org/en/humble /" , None ),
86
86
"catkin_pkg" : ("http://docs.ros.org/en/independent/api/catkin_pkg/html" , None ),
87
87
"jenkins_tools" : (
88
88
"http://docs.ros.org/en/independent/api/jenkins_tools/html" ,
141
141
142
142
# These default values will be overridden when building multiversion
143
143
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 " ,
147
147
"REPOS_FILE_BRANCH" : "main" ,
148
148
}
149
149
170
170
# Output file base name for HTML help builder.
171
171
htmlhelp_basename = "MoveItDocumentation"
172
172
173
- html_baseurl = "https://moveit.picknik.ai/rolling /"
173
+ html_baseurl = "https://moveit.picknik.ai/humble /"
174
174
175
175
# Add any paths that contain custom themes here, relative to this directory.
176
176
177
177
# Links
178
- ros_distro = "rolling "
178
+ ros_distro = "humble "
179
179
lang = "en"
180
180
ros1_distro = "noetic"
181
181
extlinks = {
You can’t perform that action at this time.
0 commit comments