We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddc58b commit e9bdb78Copy full SHA for e9bdb78
docs/conf.py
@@ -23,7 +23,12 @@
23
# Uncomment the below if you use native CircuitPython modules such as
24
# digitalio, micropython and busio. List the modules you use. Without it, the
25
# autodoc module docs will fail to generate with a warning.
26
-autodoc_mock_imports = ["adafruit_bus_device", "digitalio", "board"]
+autodoc_mock_imports = [
27
+ "adafruit_bus_device",
28
+ "adafruit_pixelbuf",
29
+ "board",
30
+ "digitalio",
31
+]
32
33
autodoc_default_flags = ["special-members", "members"]
34
requirements.txt
@@ -3,4 +3,5 @@
3
# SPDX-License-Identifier: Unlicense
4
5
adafruit-circuitpython-busdevice
6
+adafruit-circuitpython-pixelbuf
7
Adafruit-Blinka
0 commit comments