diff --git a/README.rst b/README.rst index 90c0a0f..725ad0f 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ :target: https://adafru.it/discord :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HT16K33.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HT16K33 + :alt: Build Status + This is a library for using the I²C-based LED matrices with the HT16K33 chip. It supports both 16x8 and 8x8 matrices, as well as 7- and 14-segment displays. diff --git a/docs/conf.py b/docs/conf.py index 1a97cbd..ca10d41 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 = ["adafruit_bus_device", "micropython"] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', 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.