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 259a7b2 commit 7103071
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction


.. image:: https://readthedocs.org/projects/adafruit-circuitpython-ov5640/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/ov5640/en/latest/
:target: https://docs.circuitpython.org/projects/ov5640/en/latest/
:alt: Documentation Status


Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@


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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Table of Contents
:caption: Other Links

Download <https://github.com/adafruit/Adafruit_CircuitPython_ov5640/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

0 comments on commit 7103071

Please sign in to comment.