10000
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 7d17414 commit 310a267Copy full SHA for 310a267
conf.py
@@ -345,3 +345,6 @@
345
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
346
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
347
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
348
+
349
+def setup(app):
350
+ app.add_stylesheet("customstyle.css")
0 commit comments