File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11REV Libraries
22==============
33
4- These are not installed on the Robot by default. For installation instructions,
5- see :ref: ` robotpy-rev install docs < install_rev >`.
4+ These are not installed on the Robot by default, you need to add this project
5+ to your :doc: ` pyproject.toml < frc:docs/software/python/pyproject_toml >`.
66
77This documentation documents the various classes and methods that are
88available to Python code, but don't discuss in detail how to actually
Original file line number Diff line number Diff line change 4444
4545intersphinx_mapping = {
4646 "robotpy" : ("https://robotpy.readthedocs.io/en/%s/" % rtd_version , None ),
47- "wpilib " : (
48- "https://robotpy.readthedocs.io/projects/wpilib /en/%s/" % rtd_version ,
47+ "mostrobotpy " : (
48+ "https://robotpy.readthedocs.io/projects/robotpy /en/%s/" % rtd_version ,
4949 None ,
5050 ),
51+ "frc" : ("https://docs.wpilib.org/en/stable" , None ),
5152}
5253
5354# The version info for the project you're documenting, acts as replacement for
You can’t perform that action at this time.
0 commit comments