From 00cca6f90554a645e5c4e57adf55abc8a75ab7b0 Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Thu, 29 Feb 2024 06:55:14 -0800 Subject: [PATCH 1/3] Fix README requirements --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index be98281..09545ba 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,14 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython Connection Manager `_ +* `Adafruit CircuitPython AHTx0 `_ +* `Adafruit CircuitPython DotStar `_ +* `Adafruit CircuitPython DPS310 `_ +* `Adafruit CircuitPython MiniMQTT `_ +* `Adafruit CircuitPython PortalBase `_ +* `Adafruit CircuitPython Requests `_ +* `Adafruit CircuitPython SimpleIO `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading From 5edfc5cbab187a498a27ae7c890216a7be6e283d Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Thu, 29 Feb 2024 10:56:07 -0500 Subject: [PATCH 2/3] Fix README alphabetization --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 09545ba..dafc32c 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ -* `Adafruit CircuitPython Connection Manager `_ * `Adafruit CircuitPython AHTx0 `_ +* `Adafruit CircuitPython Connection Manager `_ * `Adafruit CircuitPython DotStar `_ * `Adafruit CircuitPython DPS310 `_ * `Adafruit CircuitPython MiniMQTT `_ From 421af3659b410f58fb4abf211532918bbde3442f Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 7 Oct 2024 09:24:05 -0500 Subject: [PATCH 3/3] remove deprecated get_html_theme_path() call Signed-off-by: foamyguy --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b24592f..de4a500 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,7 +122,6 @@ import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,