conf.py: add sphinx setup directive to use 'customstyle.css'

This commit is contained in:
sommersoft 2020-06-25 23:07:35 -05:00
parent 7d174143f9
commit 310a267998

View File

@ -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")