Skip to content

Commit

Permalink
Sphinx config fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdicola committed Feb 5, 2018
1 parent 1da2c54 commit a9b4736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions adafruit_si5351.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
"""
`Adafruit_SI5351`
`adafruit_si5351`
====================================================
CircuitPython module to control the SI5351 clock generator. See
examples/simpletest.py for a demo of the usage. This is based on the Arduino
library at:
https://github.com/adafruit/Adafruit_Si5351_Library/
library at: https://github.com/adafruit/Adafruit_Si5351_Library/
* Author(s): Tony DiCola
"""
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Uncomment the below if you use native CircuitPython modules such as
# digitalio, micropython and busio. List the modules you use. Without it, the
# autodoc module docs will fail to generate with a warning.
# autodoc_mock_imports = ["digitalio", "busio"]
autodoc_mock_imports = ["digitalio", "busio", "ustruct", "micropython", "adafruit_bus_device", "adafruit_bus_device.i2c_device"]

intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

Expand All @@ -28,7 +28,7 @@
source_suffix = '.rst'

# The master toctree document.
master_doc = 'README'
master_doc = 'index'

# General information about the project.
project = u'Adafruit SI5351 Library'
Expand Down

0 comments on commit a9b4736

Please sign in to comment.