summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-06-26 10:01:59 -0700
committerGitHub <noreply@github.com>2020-06-26 10:01:59 -0700
commitcf037a94b79759eff5994e6ddedcdfe020c14cf9 (patch)
treedc19f9b95a736c9322eb72c472d1aae81c02bd27 /conf.py
parent7d174143f955c3367200bde073b8b81838e8ca01 (diff)
parentaaa61c1a6ae7a863c9d00c6a60618854758e0bf3 (diff)
Merge pull request #3073 from sommersoft/3.x3.x
[3.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 03d100f12..f514cd48c 100644
--- a/conf.py
+++ b/conf.py
@@ -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")