Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jan 4, 2024
1 parent 63bef16 commit 05dc862
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,22 @@
# 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 = [
"bitmaptools",
"adafruit_aw9523",
"adafruit_debouncer",
"adafruit_display_text",
"adafruit_lis3dh",
"bitmaptools",
"busdisplay",
"busio",
"digitalio",
"displayio",
"espcamera",
"fourwire",
"micropython",
"neopixel",
"sdcardio",
"storage",
"terminalio",
"adafruit_debouncer",
"adafruit_display_text",
"digitalio",
"busio",
"micropython",
]

autodoc_preserve_defaults = True
Expand Down

0 comments on commit 05dc862

Please sign in to comment.