Updated docs link, updated python docs link, updated setup.py

This commit is contained in:
dherrada 2022-01-24 16:46:16 -05:00
parent 8d898402d9
commit eb6124fdff
4 changed files with 5 additions and 7 deletions

View file

@ -3,7 +3,7 @@ Adafruit CircuitPython DotStar
==============================
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-dotstar/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/dotstar/en/latest/
:target: https://docs.circuitpython.org/projects/dotstar/en/latest/
:alt: Documentation Status
.. image :: https://img.shields.io/discord/327254708534116352.svg
@ -81,7 +81,7 @@ This example demonstrates the library with the single built-in DotStar on the
Documentation
=============
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/>`_.
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/dotstar/en/latest/>`_.
Contributing
============

View file

@ -23,8 +23,8 @@ extensions = [
# autodoc_mock_imports = ["digitalio", "busio"]
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),
}
# Add any paths that contain templates here, relative to this directory.

View file

@ -32,7 +32,7 @@ Table of Contents
:caption: Other Links
Download <https://github.com/adafruit/Adafruit_CircuitPython_DotStar/releases/latest>
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
CircuitPython Reference Documentation <https://docs.circuitpython.org>
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
Discord Chat <https://adafru.it/discord>
Adafruit Learning System <https://learn.adafruit.com>

View file

@ -49,8 +49,6 @@ setup(
"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 dotstar leds rgb spi addressable hardware micropython circuitpython",