Skip to content

Commit

Permalink
Merge pull request #12 from sommersoft/new_docs
Browse files Browse the repository at this point in the history
Improve Ref Docs
  • Loading branch information
kattni authored Mar 11, 2018
2 parents be2f2d3 + cff3f82 commit fd37a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit fd37a8d

Please sign in to comment.