summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-09-02 18:46:48 -0500
committersommersoft <sommersoft@gmail.com>2019-09-02 18:46:48 -0500
commit4e19158e0eaa0338ac3b85752c16d79cd737f068 (patch)
treeb96be1462d611dcdd93cf13f1ad40d1fbee250d1 /conf.py
parentfebfc7e4e998c7db5dc6bb90f03bff0ee2d35de5 (diff)
docs: make sphinx include 'docs/static/customstyle.css'
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 56625e758..3df958fe1 100644
--- a/conf.py
+++ b/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")