From 85edc1bb46f7232bfdedbb0c639ec9a0d811a358 Mon Sep 17 00:00:00 2001 From: Ryan Govostes Date: Fri, 27 Oct 2023 12:55:26 -0700 Subject: [PATCH 1/2] Use correct package name --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b9d90f9..c64c8d3 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ following command to install: .. code-block:: shell - circup install pcf8575 + circup install adafruit-circuitpython-pcf8575 Or the following command to update an existing version: From 0790984422fe7ddf9b00093e8bdd9f6889929493 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