Skip to content

Commit 7697bf3

Browse files
committed
Update documentation
1 parent 76eb769 commit 7697bf3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
REV 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

77
This documentation documents the various classes and methods that are
88
available to Python code, but don't discuss in detail how to actually

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@
4444

4545
intersphinx_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

0 commit comments

Comments
 (0)