Skip to content

Commit fd37a8d

Browse files
authored
Merge pull request #12 from sommersoft/new_docs
Improve Ref Docs
2 parents be2f2d3 + cff3f82 commit fd37a8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Introduction
1010
:target: https://discord.gg/nBQh6qu
1111
:alt: Discord
1212
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_PCA9685.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_PCA9685
15+
:alt: Build Status
16+
1317
Driver for the PCA9685, a 16-channel, 12-bit PWM chip
1418

1519
Dependencies

docs/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
19-
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
18+
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)}
2019

2120
# Libraries we depend on but don't need for generating docs.
2221
autodoc_mock_imports = ['adafruit_bus_device', 'adafruit_register']

0 commit comments

Comments
 (0)