From b798bdaa0fe09f0362fd9173238cb3a9b116e606 Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Thu, 29 Feb 2024 07:35:13 -0800 Subject: [PATCH 1/2] Fix README requirements --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 37c654e..d687b13 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,8 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython Connection Manager `_ +* `Adafruit CircuitPython Requests `_ You'll also need a library to communicate with an ESP32 as a coprocessor using a WiFiManager object. This library supports connecting an ESP32 using either SPI or UART. From ae7b8d9369bf3b24fbf07d82633382e499040cc4 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 7 Oct 2024 09:24:05 -0500 Subject: [PATCH 2/2] 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 dbc3df6..e24a872 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -98,7 +98,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,