summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2019-09-02 21:24:48 -0700
committerGitHub <noreply@github.com>2019-09-02 21:24:48 -0700
commita480b70488d7f1968b0169e857e383bf94b002f1 (patch)
treeb96be1462d611dcdd93cf13f1ad40d1fbee250d1
parentfebfc7e4e998c7db5dc6bb90f03bff0ee2d35de5 (diff)
parent4e19158e0eaa0338ac3b85752c16d79cd737f068 (diff)
Merge pull request #2106 from sommersoft/rtd_custom_css
Docs: Wrap Text In Tables
-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")