Skip to content

Commit 38cca9e

Browse files
authored
Merge pull request #2 from brentru/autodoc-fix
Fix autodoc
2 parents 234b952 + aa9485d commit 38cca9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Uncomment the below if you use native CircuitPython modules such as
1919
# digitalio, micropython and busio. List the modules you use. Without it, the
2020
# autodoc module docs will fail to generate with a warning.
21-
# autodoc_mock_imports = ["digitalio", "busio"]
21+
autodoc_mock_imports = ["digitalio"]
2222

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

0 commit comments

Comments
 (0)