diff --git a/README.rst b/README.rst
index 7900fa8..516b846 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-adxl34x/badge/?version=latest
- :target: https://circuitpython.readthedocs.io/projects/adxl34x/en/latest/
+ :target: https://docs.circuitpython.org/projects/adxl34x/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/discord/327254708534116352.svg
@@ -69,7 +69,7 @@ Usage Example
Documentation
=============
-API documentation for this library can be found on `Read the Docs `_.
+API documentation for this library can be found on `Read the Docs `_.
Contributing
============
diff --git a/docs/conf.py b/docs/conf.py
index 7e41999..a045947 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,16 +29,16 @@
intersphinx_mapping = {
- "python": ("https://docs.python.org/3.4", None),
+ "python": ("https://docs.python.org/3", None),
"BusDevice": (
- "https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
+ "https://docs.circuitpython.org/projects/busdevice/en/latest/",
None,
),
"Register": (
- "https://circuitpython.readthedocs.io/projects/register/en/latest/",
+ "https://docs.circuitpython.org/projects/register/en/latest/",
None,
),
- "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
+ "CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
}
# Add any paths that contain templates here, relative to this directory.
diff --git a/docs/index.rst b/docs/index.rst
index d016287..bd3680e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -35,7 +35,7 @@ Table of Contents
:caption: Other Links
Download
- CircuitPython Reference Documentation
+ CircuitPython Reference Documentation
CircuitPython Support Forum
Discord Chat
Adafruit Learning System
diff --git a/setup.py b/setup.py
index 262f180..6d5822e 100644
--- a/setup.py
+++ b/setup.py
@@ -45,8 +45,6 @@
"Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
- "Programming Language :: Python :: 3.5",
],
# What does your project relate to?
keywords="adafruit hardware accelerometer acceleration spi i2c triple axis"