10000 conf.py: add sphinx setup directive to use 'customstyle.css' · adafruit/circuitpython@310a267 · GitHub
[go: up one dir, main page]

Skip to content

Commit 310a267

Browse files
committed
conf.py: add sphinx setup directive to use 'customstyle.css'
1 parent 7d17414 commit 310a267

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,6 @@
345345
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
346346
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
347347
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
348+
349+
def setup(app):
350+
app.add_stylesheet("customstyle.css")

0 commit comments

Comments
 (0)
0