Skip to content

Commit 1608096

Browse files
authored
Merge pull request #6 from sommersoft/new_docs
Improve Ref Docs
2 parents a59583f + ab5a080 commit 1608096

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
:target: https://adafru.it/discord
1010
:alt: Discord
1111
12+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HT16K33.svg?branch=master
13+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_HT16K33
14+
:alt: Build Status
15+
1216
This is a library for using the I²C-based LED matrices with the HT16K33 chip.
1317
It supports both 16x8 and 8x8 matrices, as well as 7- and 14-segment displays.
1418

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# autodoc module docs will fail to generate with a warning.
2121
autodoc_mock_imports = ["adafruit_bus_device", "micropython"]
2222

23-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
23+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
2424
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2525

2626
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)