Skip to content

Commit

Permalink
Add intersphinx link to robotpy commands library (#2657)
Browse files Browse the repository at this point in the history
- Use :py:class:`Name <commands2:command2.XXX>`

---------

Co-authored-by: sciencewhiz <[email protected]>
  • Loading branch information
virtuald and sciencewhiz authored May 17, 2024
1 parent 7e90599 commit b456b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ def new_send(self, data):

intersphinx_mapping = {
"robotpy": ("https://robotpy.readthedocs.io/projects/robotpy/en/stable/", None),
"commands2": (
"https://robotpy.readthedocs.io/projects/commands-v2/en/stable/",
None,
),
}

# We recommend adding the following config value.
Expand Down

0 comments on commit b456b2f

Please sign in to comment.