Skip to content

Commit 4b4d15e

Browse files
mergify[bot]kscottzahcorde
authored
Fix warning on deprecated ROS release notes. (backport #6907) (#6911)
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Katherine Scott <katherineAScott@gmail.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent 6cff767 commit 4b4d15e

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,7 @@
9494
# Intersphinx mapping
9595

9696
intersphinx_mapping = {
97-
'catkin_pkg': ('http://docs.ros.org/en/independent/api/catkin_pkg/html', None),
98-
'jenkins_tools': ('http://docs.ros.org/en/independent/api/jenkins_tools/html', None),
99-
'rosdep': ('http://docs.ros.org/en/independent/api/rosdep/html', None),
100-
'rosdistro': ('http://docs.ros.org/en/independent/api/rosdistro/html', None),
101-
'rosinstall': ('http://docs.ros.org/en/independent/api/rosinstall/html', None),
102-
'rospkg': ('http://docs.ros.org/en/independent/api/rospkg/html', None),
103-
'vcstools': ('http://docs.ros.org/en/independent/api/vcstools/html', None)
97+
'python': ('https://docs.python.org/3', None),
10498
}
10599

106100
# sphinx-copybutton config

source/Releases/Release-Dashing-Diademata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,4 +934,4 @@ A few milestones leading up to the release:
934934
935935
Wed. May 29th
936936
Freeze rosdistro.
937-
No PRs for Dashing on the `rosdistro` repo will be merged (reopens after the release announcement).
937+
No PRs for Dashing on the rosdistro repo will be merged (reopens after the release announcement).

source/Releases/Release-Eloquent-Elusor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ A few milestones leading up to the release:
387387

388388
Tue. Nov 19th
389389
Freeze rosdistro.
390-
No PRs for Eloquent on the `rosdistro` repo will be merged (reopens after the release announcement).
390+
No PRs for Eloquent on the rosdistro repo will be merged (reopens after the release announcement).

source/Releases/Release-Foxy-Fitzroy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ A few milestones leading up to the release:
601601

602602
Wed. June 3rd, 2020
603603
Freeze rosdistro.
604-
No PRs for Foxy on the `rosdistro` repo will be merged (reopens after the release announcement).
604+
No PRs for Foxy on the rosdistro repo will be merged (reopens after the release announcement).
605605

606606
.. [1] The ``ros_core`` variant described in the `variants <https://github.com/ros2/variants>`_ repository.
607607
.. [2] The ``desktop`` variant described in the `variants <https://github.com/ros2/variants>`_ repository.

0 commit comments

Comments
 (0)