From 20d198ed7b3afdc8f4e9e92df8c6004efb0e7e60 Mon Sep 17 00:00:00 2001 From: Katherine Scott Date: Mon, 22 Jun 2026 00:13:01 -0700 Subject: [PATCH] Fix warning on deprecated ROS release notes. (#6907) Signed-off-by: Tomoya Fujita Co-authored-by: Tomoya Fujita (cherry picked from commit 1a70bf8b1bcbf353e0f659cf3d9aa0bb0e5ea57b) --- conf.py | 7 ------- source/Releases/Release-Dashing-Diademata.rst | 2 +- source/Releases/Release-Eloquent-Elusor.rst | 2 +- source/Releases/Release-Foxy-Fitzroy.rst | 2 +- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/conf.py b/conf.py index 342166db6b3..90792784288 100644 --- a/conf.py +++ b/conf.py @@ -95,13 +95,6 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'catkin_pkg': ('http://docs.ros.org/en/independent/api/catkin_pkg/html', None), - 'jenkins_tools': ('http://docs.ros.org/en/independent/api/jenkins_tools/html', None), - 'rosdep': ('http://docs.ros.org/en/independent/api/rosdep/html', None), - 'rosdistro': ('http://docs.ros.org/en/independent/api/rosdistro/html', None), - 'rosinstall': ('http://docs.ros.org/en/independent/api/rosinstall/html', None), - 'rospkg': ('http://docs.ros.org/en/independent/api/rospkg/html', None), - 'vcstools': ('http://docs.ros.org/en/independent/api/vcstools/html', None) } # sphinx-copybutton config diff --git a/source/Releases/Release-Dashing-Diademata.rst b/source/Releases/Release-Dashing-Diademata.rst index 22f8e88edbc..cca5fb96957 100644 --- a/source/Releases/Release-Dashing-Diademata.rst +++ b/source/Releases/Release-Dashing-Diademata.rst @@ -934,4 +934,4 @@ A few milestones leading up to the release: Wed. May 29th Freeze rosdistro. - No PRs for Dashing on the `rosdistro` repo will be merged (reopens after the release announcement). + No PRs for Dashing on the rosdistro repo will be merged (reopens after the release announcement). diff --git a/source/Releases/Release-Eloquent-Elusor.rst b/source/Releases/Release-Eloquent-Elusor.rst index c22101e8699..6add5417875 100644 --- a/source/Releases/Release-Eloquent-Elusor.rst +++ b/source/Releases/Release-Eloquent-Elusor.rst @@ -387,4 +387,4 @@ A few milestones leading up to the release: Tue. Nov 19th Freeze rosdistro. - No PRs for Eloquent on the `rosdistro` repo will be merged (reopens after the release announcement). + No PRs for Eloquent on the rosdistro repo will be merged (reopens after the release announcement). diff --git a/source/Releases/Release-Foxy-Fitzroy.rst b/source/Releases/Release-Foxy-Fitzroy.rst index 941b3f6da8f..8a8402a1807 100644 --- a/source/Releases/Release-Foxy-Fitzroy.rst +++ b/source/Releases/Release-Foxy-Fitzroy.rst @@ -601,7 +601,7 @@ A few milestones leading up to the release: Wed. June 3rd, 2020 Freeze rosdistro. - No PRs for Foxy on the `rosdistro` repo will be merged (reopens after the release announcement). + No PRs for Foxy on the rosdistro repo will be merged (reopens after the release announcement). .. [1] The ``ros_core`` variant described in the `variants `_ repository. .. [2] The ``desktop`` variant described in the `variants `_ repository.