diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-09-02 21:24:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-02 21:24:48 -0700 |
| commit | a480b70488d7f1968b0169e857e383bf94b002f1 (patch) | |
| tree | b96be1462d611dcdd93cf13f1ad40d1fbee250d1 | |
| parent | febfc7e4e998c7db5dc6bb90f03bff0ee2d35de5 (diff) | |
| parent | 4e19158e0eaa0338ac3b85752c16d79cd737f068 (diff) | |
Merge pull request #2106 from sommersoft/rtd_custom_css
Docs: Wrap Text In Tables
| -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") |
