diff --git a/README.rst b/README.rst index 6849cd1..11d1f7c 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Introduction :target: https://adafru.it/discord :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX7219.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_MAX7219 + :alt: Build Status + CircuitPython driver for the MAX7219 LED matrix driver chip. See `here `_ for the equivalent MicroPython driver. diff --git a/docs/conf.py b/docs/conf.py index b1c64a2..1d25400 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # autodoc module docs will fail to generate with a warning. autodoc_mock_imports = ["digitalio", "adafruit_bus_device", "micropython", "framebuf"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']