diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-09-02 18:46:48 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-09-02 18:46:48 -0500 |
| commit | 4e19158e0eaa0338ac3b85752c16d79cd737f068 (patch) | |
| tree | b96be1462d611dcdd93cf13f1ad40d1fbee250d1 /conf.py | |
| parent | febfc7e4e998c7db5dc6bb90f03bff0ee2d35de5 (diff) | |
docs: make sphinx include 'docs/static/customstyle.css'
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") |
