docs: make sphinx include 'docs/static/customstyle.css'
This commit is contained in:
parent
febfc7e4e9
commit
4e19158e0e
3
conf.py
3
conf.py
|
@ -369,3 +369,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