Skip to content

Commit

Permalink
DM: maybe fix autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed May 1, 2018
1 parent 2ce5ad6 commit 3419df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = ["adafruit_bus_device", "micropython"]
autodoc_mock_imports = ["adafruit_bus_device", "micropython", "digitalio"]

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

Expand Down

0 comments on commit 3419df9

Please sign in to comment.