From d0b1d983d1891af2ebbd2b891a24de3f46e387ec Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 24 Jan 2022 16:46:16 -0500 Subject: [PATCH] Updated docs link, updated python docs link, updated setup.py --- README.rst | 4 ++-- docs/conf.py | 10 +++++----- docs/index.rst | 2 +- setup.py | 2 -- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 138b730..5636652 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Adafruit CircuitPython CCS811 Library ===================================== .. image:: https://readthedocs.org/projects/adafruit-circuitpython-ccs811/badge/?version=latest - :target: https://circuitpython.readthedocs.io/projects/ccs811/en/latest/ + :target: https://docs.circuitpython.org/projects/ccs811/en/latest/ :alt: Documentation Status .. image :: https://img.shields.io/discord/327254708534116352.svg @@ -92,7 +92,7 @@ To read the gas sensor simply read the attributes: 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 d28bf82..4383981 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,12 +47,12 @@ # autodoc_mock_imports = ["micropython", "adafruit_bus_device", "adafruit_register"] 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, ), - "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None), + "CircuitPython": ("https://docs.circuitpython.org/en/latest/", None), } # Mock out micropython ourselves. @@ -402,6 +402,6 @@ # texinfo_no_detailmenu = False intersphinx_mapping = { - "python": ("https://docs.python.org/3.4", None), - "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None), + "python": ("https://docs.python.org/3", None), + "CircuitPython": ("https://docs.circuitpython.org/en/latest/", None), } diff --git a/docs/index.rst b/docs/index.rst index 42bc8cb..e091172 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,7 +34,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 456053c..ffee96e 100644 --- a/setup.py +++ b/setup.py @@ -49,8 +49,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 air quality voc eco2 breakout hardware micropython circuitpython",