diff --git a/README.rst b/README.rst index be98281..dafc32c 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,14 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython AHTx0 `_ +* `Adafruit CircuitPython Connection Manager `_ +* `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 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,