Skip to content

Commit d5ab92a

Browse files
committed
Formatting.
1 parent ba547dd commit d5ab92a

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

docs/conf.py

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,22 @@
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# autodoc module docs will fail to generate with a warning.
28-
autodoc_mock_imports = ["board", "digitalio", "rotaryio", "keypad", "neopixel", "usb_hid",
29-
"usb_midi", "adafruit_hid", "adafruit_midi", "adafruit_simple_text_display",
30-
"displayio", "audiopwmio", "audiocore", "adafruit_debouncer"]
28+
autodoc_mock_imports = [
29+
"board",
30+
"digitalio",
31+
"rotaryio",
32+
"keypad",
33+
"neopixel",
34+
"usb_hid",
35+
"usb_midi",
36+
"adafruit_hid",
37+
"adafruit_midi",
38+
"adafruit_simple_text_display",
39+
"displayio",
40+
"audiopwmio",
41+
"audiocore",
42+
"adafruit_debouncer",
43+
]
3144

3245

3346
intersphinx_mapping = {

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ adafruit-circuitpython-midi
99
adafruit-circuitpython-neopixel
1010
adafruit-circuitpython-display-text
1111
adafruit-circuitpython-simple-text-display
12-
adafruit-circuitpython-debouncer
12+
adafruit-circuitpython-debouncer

0 commit comments

Comments
 (0)