diff --git a/README.rst b/README.rst index 5be4c63..a1ac34d 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_PCA9685.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_PCA9685 + :alt: Build Status + Driver for the PCA9685, a 16-channel, 12-bit PWM chip Dependencies diff --git a/docs/conf.py b/docs/conf.py index 064f828..4f912ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,8 +15,7 @@ 'sphinx.ext.viewcode', ] -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)} # Libraries we depend on but don't need for generating docs. autodoc_mock_imports = ['adafruit_bus_device', 'adafruit_register']