Skip to content

Commit

Permalink
Merge pull request #3 from brentru/autodoc-fix
Browse files Browse the repository at this point in the history
Fix autodoc
  • Loading branch information
kattni authored Feb 22, 2018
2 parents 65f2734 + 26a13f4 commit a2ad4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = ["adafruit_onewire", "micropython", "time"]

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

Expand Down

0 comments on commit a2ad4a1

Please sign in to comment.