Skip to content

Commit d886e41

Browse files
authored
Merge pull request #24 from adafruit/dhalbert-ustruct
Remove obsolete reference to ustruct
2 parents 4da5055 + 3d773bd commit d886e41

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

2828
intersphinx_mapping = {
2929
"python": ("https://docs.python.org/3.4", None),

0 commit comments

Comments
 (0)