diff --git a/README.rst b/README.rst index 2d9a7ff..f762531 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_IS31FL3731.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_IS31FL3731 + :alt: Build Status + CircuitPython driver for the IS31FL3731 charlieplex IC. This driver supports the following hardware: diff --git a/docs/conf.py b/docs/conf.py index 3c2051d..6ff5426 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 = ["micropython"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', 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']