Skip to content

Commit e9bdb78

Browse files
committed
fix docs (mock builtin adafruit_pixelbuf) and requirements.txt
1 parent fddc58b commit e9bdb78

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
# Uncomment the below if you use native CircuitPython modules such as
2424
# digitalio, micropython and busio. List the modules you use. Without it, the
2525
# autodoc module docs will fail to generate with a warning.
26-
autodoc_mock_imports = ["adafruit_bus_device", "digitalio", "board"]
26+
autodoc_mock_imports = [
27+
"adafruit_bus_device",
28+
"adafruit_pixelbuf",
29+
"board",
30+
"digitalio",
31+
]
2732

2833
autodoc_default_flags = ["special-members", "members"]
2934

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# SPDX-License-Identifier: Unlicense
44

55
adafruit-circuitpython-busdevice
6+
adafruit-circuitpython-pixelbuf
67
Adafruit-Blinka

0 commit comments

Comments
 (0)