Skip to content

Commit 4e19158

Browse files
committed
docs: make sphinx include 'docs/static/customstyle.css'
1 parent febfc7e commit 4e19158

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,6 @@
369369
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
370370
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
371371
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
372+
373+
def setup(app):
374+
app.add_stylesheet("customstyle.css")

0 commit comments

Comments
 (0)