Skip to content

Commit b2b6035

Browse files
author
Jim Bennett
committed
Fixing formatting
1 parent e544918 commit b2b6035

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@
2121
# Uncomment the below if you use native CircuitPython modules such as
2222
# digitalio, micropython and busio. List the modules you use. Without it, the
2323
# autodoc module docs will fail to generate with a warning.
24-
autodoc_mock_imports = ["adafruit_binascii", "adafruit_logging", "adafruit_requests", "adafruit_hashlib", "adafruit_ntp", "adafruit_minimqtt"]
24+
autodoc_mock_imports = [
25+
"adafruit_binascii",
26+
"adafruit_logging",
27+
"adafruit_requests",
28+
"adafruit_hashlib",
29+
"adafruit_ntp",
30+
"adafruit_minimqtt",
31+
]
2532

2633

2734
intersphinx_mapping = {

0 commit comments

Comments
 (0)