From d6cf14034cbc94b8662ed401f7c2cf744cdee41d Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 6 Jan 2024 04:49:19 -0500 Subject: [PATCH] Update docs --- docs/api.rst | 2 ++ docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index c387cdaf..90869ab8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -29,6 +29,8 @@ NTCore API ntcore.meta ntcore.util +.. _cscore_api: + CSCore API ---------- diff --git a/docs/conf.py b/docs/conf.py index 20741f6a..f129f11d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "mostrobotpy" +project = "RobotPy API" copyright = "2023, RobotPy Development Team" author = "RobotPy Development Team"