From 1f086dee0784d03e33f41e91b37f935b20c0297f Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 11:22:40 -0600 Subject: [PATCH 1/2] updated README; added Travis badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 34b2525..c6aff6b 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_RGB_Display.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_RGB_Display + :alt: Build Status + Port of display drivers from https://github.com/adafruit/micropython-adafruit-rgb-display to Adafruit CircuitPython for use on Adafruit's SAMD21-based and other CircuitPython boards. .. note:: This driver currently won't work on micropython.org firmware, instead you want the micropython-adafruit-rgb-display driver linked above! From 898fe5160262aecac55faf70cbdf2b2b1b6ae09f Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 10 Mar 2018 11:23:14 -0600 Subject: [PATCH 2/2] updated conf.py; bus device intersphinx link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7d32b01..ab5bf58 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),'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']