uncommented mock imports
This commit is contained in:
parent
1e52e5b5f6
commit
76e115801d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ extensions = [
|
|||
# Uncomment the below if you use native CircuitPython modules such as
|
||||
# digitalio, micropython and busio. List the modules you use. Without it, the
|
||||
# autodoc module docs will fail to generate with a warning.
|
||||
# autodoc_mock_imports = ["bleak", "digitalio", "busio"]
|
||||
autodoc_mock_imports = ["bleak", "digitalio", "busio"]
|
||||
|
||||
|
||||
intersphinx_mapping = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue