Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,7 @@
# Intersphinx mapping

intersphinx_mapping = {
'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)
'python': ('https://docs.python.org/3', None),
}

# sphinx-copybutton config
Expand Down
2 changes: 1 addition & 1 deletion source/Releases/Release-Dashing-Diademata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion source/Releases/Release-Eloquent-Elusor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion source/Releases/Release-Foxy-Fitzroy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ros2/variants>`_ repository.
.. [2] The ``desktop`` variant described in the `variants <https://github.com/ros2/variants>`_ repository.
Loading