Skip to content

Commit 3fafe54

Browse files
committed
updated the autodoc_mock keyword
1 parent 2a557cb commit 3fafe54

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
@@ -19,7 +19,7 @@
1919
# Uncomment the below if you use native CircuitPython modules such as
2020
# digitalio, micropython and busio. List the modules you use. Without it, the
2121
# autodoc module docs will fail to generate with a warning.
22-
# autodoc_mock_imports = ["digitalio", "busio"]
22+
autodoc_mock_imports = [ "framebuf", "adafruit_bus_device", "micropython" ]
2323

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

0 commit comments

Comments
 (0)