Skip to content

Commit

Permalink
Updated docs link, updated python docs link, updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Jan 24, 2022
1 parent 977ae62 commit 8874eef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -3,7 +3,7 @@ Introduction
============

.. image :: https://readthedocs.org/projects/adafruit-circuitpython-max7219/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/max7219/en/latest/
:target: https://docs.circuitpython.org/projects/max7219/en/latest/
:alt: Documentation Status
.. image :: https://img.shields.io/discord/327254708534116352.svg
Expand Down Expand Up @@ -116,7 +116,7 @@ adafruit_max7219.BCDDigits Example
Documentation
=============

API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/max7219/en/latest/>`_.
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/max7219/en/latest/>`_.

Contributing
============
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -27,12 +27,12 @@
autodoc_member_order = "bysource"

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),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -33,7 +33,7 @@ Table of Contents
:caption: Other Links

Download <https://github.com/adafruit/Adafruit_CircuitPython_MAX7219/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>
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -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 max7219 LED matrix breakout hardware micropython circuitpython",
Expand Down

0 comments on commit 8874eef

Please sign in to comment.