From b611b20d3f568d09652b09cc9809fb79d6827e57 Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 24 Jan 2022 16:46:17 -0500 Subject: [PATCH] Updated docs link, updated python docs link, updated setup.py --- README.rst | 4 ++-- docs/conf.py | 6 +++--- docs/index.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 5bfa12a..9a2935f 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Introduction .. image:: https://readthedocs.org/projects/adafruit-circuitpython-ov2640/badge/?version=latest - :target: https://circuitpython.readthedocs.io/projects/ov2640/en/latest/ + :target: https://docs.circuitpython.org/projects/ov2640/en/latest/ :alt: Documentation Status @@ -72,7 +72,7 @@ Using the ESP32-S2 Kaluga Dev Kit and its included camera, capture a 160x120 ima 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 9e17dc2..6e448d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,12 +29,12 @@ autodoc_mock_imports = ["adafruit_bus_device", "digitalio", "imagecapture", "pwm 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), } # Show the docstring from both the class and its __init__() method. diff --git a/docs/index.rst b/docs/index.rst index a6796b0..f8d10df 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,7 @@ Table of Contents :caption: Other Links Download - CircuitPython Reference Documentation + CircuitPython Reference Documentation CircuitPython Support Forum Discord Chat Adafruit Learning System