From 44c1b30e8c71f713901d63fcee5279a06c2db33d Mon Sep 17 00:00:00 2001 From: kscottz Date: Sun, 21 Jun 2026 15:06:11 -0700 Subject: [PATCH 1/2] Let's see if this fixes the warning. --- source/Releases/Release-Dashing-Diademata.rst | 2 +- source/Releases/Release-Eloquent-Elusor.rst | 2 +- source/Releases/Release-Foxy-Fitzroy.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. From bf255fc5038968cf49c40feb9a3a337ffae7b034 Mon Sep 17 00:00:00 2001 From: Tomoya Fujita Date: Mon, 22 Jun 2026 08:56:25 +0900 Subject: [PATCH 2/2] remove unused intersphinx_mapping that generated the warnings. this is because of an external infrastructure change (Anubis), not a docs PR. Signed-off-by: Tomoya Fujita --- conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf.py b/conf.py index b16bb6d540a..941d0b951ee 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