Skip to content

Commit e86b761

Browse files
committed
fix docs build
1 parent a983b6a commit e86b761

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Uncomment the below if you use native CircuitPython modules such as
2525
# digitalio, micropython and busio. List the modules you use. Without it, the
2626
# autodoc module docs will fail to generate with a warning.
27-
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi"]
27+
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi", "audiobusio"]
2828

2929
autodoc_preserve_defaults = True
3030

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
Adafruit-Blinka
77
adafruit-circuitpython-busdevice
88
adafruit-circuitpython-tlv320
9+
adafruit-circuitpython-neopixel

0 commit comments

Comments
 (0)