Skip to content

Commit a480b70

Browse files
authored
Merge pull request adafruit#2106 from sommersoft/rtd_custom_css
Docs: Wrap Text In Tables
2 parents febfc7e + 4e19158 commit a480b70

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,6 @@
369369
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
370370
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
371371
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
372+
373+
def setup(app):
374+
app.add_stylesheet("customstyle.css")

0 commit comments

Comments
 (0)