conf.py: add sphinx setup directive to use 'customstyle.css'
This commit is contained in:
parent
7d174143f9
commit
310a267998
3
conf.py
3
conf.py
@ -345,3 +345,6 @@ texinfo_documents = [
|
||||
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
|
||||
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
|
||||
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet("customstyle.css")
|
||||
|
Loading…
Reference in New Issue
Block a user