From 4cbae27ad0f4fdafc0b719571a9a28db268b161d Mon Sep 17 00:00:00 2001 From: Uday Vidyadharan <55924756+uvidyadharan@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:05:31 -0500 Subject: [PATCH 1/2] Update std-ports.rst --- .../control_hard_compon/rc_components/hub/ports/std-ports.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/control_hard_compon/rc_components/hub/ports/std-ports.rst b/docs/source/control_hard_compon/rc_components/hub/ports/std-ports.rst index a67de65d..65c4c97a 100644 --- a/docs/source/control_hard_compon/rc_components/hub/ports/std-ports.rst +++ b/docs/source/control_hard_compon/rc_components/hub/ports/std-ports.rst @@ -56,7 +56,7 @@ These 0.1” Header pins are used to power and control various appliances. There are two ports on each hub. These connectors can be used for a limited range of applications in FIRST Tech Challenge, such as powering powered USB hubs. For more information on this port please see -`REV +5V Power Port Documentation `_ and +`REV +5V Power Port Documentation `_ and :ref:`Game Manual Part 1 `. Analog Ports From 9176a59df1287cdd4cf800cae01b68e1bd0e9f91 Mon Sep 17 00:00:00 2001 From: Uday Vidyadharan <55924756+uvidyadharan@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:06:19 -0500 Subject: [PATCH 2/2] Update conf.py Increase linkcheck timeout to 60 seconds --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f84990c3..3881c3c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -245,7 +245,7 @@ # Add a timeout to linkcheck to prevent check from simply hanging on poor websites -linkcheck_timeout = 30 +linkcheck_timeout = 60 # Change request header to avoid timeout errors with SOLIDWORKS/Autodesk because they are great like that