Skip to content

Commit 89680cc

Browse files
brentrubrentru
authored andcommitted
add logging since it's not in pypi..
1 parent 1df31d4 commit 89680cc

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
@@ -16,11 +16,10 @@
1616
'sphinx.ext.todo',
1717
]
1818

19-
# TODO: Please Read!
2019
# Uncomment the below if you use native CircuitPython modules such as
2120
# digitalio, micropython and busio. List the modules you use. Without it, the
2221
# autodoc module docs will fail to generate with a warning.
23-
autodoc_mock_imports = ["micropython", "microcontroller", "random"]
22+
autodoc_mock_imports = ["micropython", "microcontroller", "random", "adafruit_logging"]
2423

2524

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

0 commit comments

Comments
 (0)