diff --git a/README.rst b/README.rst index cbc7ce3..03efd7d 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Introduction :target: https://discord.gg/nBQh6qu :alt: Discord +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_CharLCD.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_CharLCD + :alt: Build Status + This library is compatible with standard Character LCDs such as: * `Adafruit Standard LCD 16x2 `_ * `Adafruit RGB backlight negative LCD 16x2 `_ diff --git a/docs/conf.py b/docs/conf.py index 63a367a..9129207 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", "digitalio", "addfruit_bus_device"] -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']