summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-06-29 15:51:20 -0700
committerGitHub <noreply@github.com>2020-06-29 15:51:20 -0700
commit9637baec752e27511447d04adde14bcf304e5302 (patch)
treeadf6bc9e0f3d97be0a8c7e492d8b32e761e6e215 /conf.py
parentd4bb108e3bd50e012017dd374f9c693be1aaf80b (diff)
parent2d77c962a824a9b45a74e59525d413229d61bc1f (diff)
Merge pull request #3080 from sommersoft/4.x4.x
[4.x] Custom CSS For "Viewing Outdated Docs" Message
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 858657388..35866ab88 100644
--- a/conf.py
+++ b/conf.py
@@ -350,3 +350,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")