diff --git a/README.rst b/README.rst index 4ed4e8e..1062103 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ Introduction :alt: Discord -.. image:: https://github.com/jerryneedell/Adafruit_CircuitPython_RFM/workflows/Build%20CI/badge.svg - :target: https://github.com/jerryneedell/Adafruit_CircuitPython_RFM/actions +.. image:: https://github.com/adafruit/Adafruit_CircuitPython_RFM/workflows/Build%20CI/badge.svg + :target: https://github.com/adafruit/Adafruit_CircuitPython_RFM/actions :alt: Build Status @@ -90,7 +90,7 @@ Or the following command to update an existing version: Usage Example ============= -See examples in the GitHub Repository. +See examples in the GitHub Repository. Documentation ============= diff --git a/docs/conf.py b/docs/conf.py index e474773..5212071 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,7 +112,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,