add modules to mock docs list
This commit is contained in:
parent
e5e4fc0212
commit
ec4040e6af
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ extensions = [
|
|||
"sphinx.ext.todo",
|
||||
]
|
||||
|
||||
autodoc_mock_imports = ["displayio"]
|
||||
autodoc_mock_imports = ["epaperdisplay", "fourwire"]
|
||||
|
||||
autodoc_preserve_defaults = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue