Skip to content

Commit c2e1c4a

Browse files
committed
Reformatted per pre-commit
1 parent 2406361 commit c2e1c4a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
# Add any Sphinx extension module names here, as strings. They can be
2020
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2121
# ones.
22-
extensions = ["sphinx.ext.autodoc", "sphinxcontrib.jquery", "sphinx.ext.todo", "sphinx.ext.intersphinx"]
22+
extensions = [
23+
"sphinx.ext.autodoc",
24+
"sphinxcontrib.jquery",
25+
"sphinx.ext.todo",
26+
"sphinx.ext.intersphinx",
27+
]
2328

2429
# Uncomment the below if you use native CircuitPython modules such as
2530
# digitalio, micropython and busio. List the modules you use. Without it, the

0 commit comments

Comments
 (0)