Skip to content

Commit 8179989

Browse files
author
Mikey Sklar
committed
replaced libraries digitalio and busio with micropython and adafruit_bus_device
1 parent 30ec0be commit 8179989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# Uncomment the below if you use native CircuitPython modules such as
2121
# digitalio, micropython and busio. List the modules you use. Without it, the
2222
# autodoc module docs will fail to generate with a warning.
23-
autodoc_mock_imports = ["digitalio", "busio"]
24-
23+
autodoc_mock_imports = ["micropython", "adafruit_bus_device"]
2524

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

0 commit comments

Comments
 (0)