From 4d3bb4f2e5a422d809fabca643e6beecd2d877c3 Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Oct 2023 20:40:52 -0400 Subject: [PATCH 1/2] docs: fix circup install command use the correct package for circup, prefixed by `adafruit_` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 435c875..5cd4e2f 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ following command to install: .. code-block:: shell - circup install tsc2007 + circup install adafruit_tsc2007 Or the following command to update an existing version: From da8fb1dc5d89e412f6da0c866aef4907f4a5d9c7 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 16 Oct 2023 14:30:31 -0500 Subject: [PATCH 2/2] unpin sphinx and add sphinx-rtd-theme to docs reqs Signed-off-by: foamyguy --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 797aa04..979f568 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,6 @@ # # SPDX-License-Identifier: Unlicense -sphinx>=4.0.0 +sphinx sphinxcontrib-jquery +sphinx-rtd-theme