Skip to content

Commit b569ce7

Browse files
committed
Remove micropython from docs/conf.py
1 parent 804d7f7 commit b569ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Uncomment the below if you use native CircuitPython modules such as
2727
# digitalio, micropython and busio. List the modules you use. Without it, the
2828
# autodoc module docs will fail to generate with a warning.
29-
autodoc_mock_imports = ["micropython", "microcontroller", "random"]
29+
autodoc_mock_imports = ["microcontroller", "random"]
3030

3131

3232
intersphinx_mapping = {

0 commit comments

Comments
 (0)