Skip to content

Commit e2c6689

Browse files
authored
Merge pull request #7 from brentru/fix-autodoc
Fix autodoc
2 parents 19608bc + 86b5b89 commit e2c6689

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
'sphinx.ext.viewcode',
1616
]
1717

18+
autodoc_mock_imports = ["digitalio", "micropython"]
19+
20+
1821
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
1922

2023
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)