code format
This commit is contained in:
parent
410c467492
commit
666b515b80
1 changed files with 8 additions and 1 deletions
|
|
@ -24,7 +24,14 @@ extensions = [
|
||||||
# Uncomment the below if you use native CircuitPython modules such as
|
# Uncomment the below if you use native CircuitPython modules such as
|
||||||
# digitalio, micropython and busio. List the modules you use. Without it, the
|
# digitalio, micropython and busio. List the modules you use. Without it, the
|
||||||
# autodoc module docs will fail to generate with a warning.
|
# autodoc module docs will fail to generate with a warning.
|
||||||
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi", "audiobusio", "terminalio"]
|
autodoc_mock_imports = [
|
||||||
|
"displayio",
|
||||||
|
"supervisor",
|
||||||
|
"framebufferio",
|
||||||
|
"picodvi",
|
||||||
|
"audiobusio",
|
||||||
|
"terminalio",
|
||||||
|
]
|
||||||
|
|
||||||
autodoc_preserve_defaults = True
|
autodoc_preserve_defaults = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue