remove displayio from mock imports
This commit is contained in:
parent
d42c5af739
commit
2ea1b8ad30
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ extensions = [
|
|||
# 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 = ["digitalio", "busio"]
|
||||
autodoc_mock_imports = ["displayio"]
|
||||
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3.4", None),
|
||||
|
|
|
|||
Loading…
Reference in a new issue