Merge pull request #2106 from sommersoft/rtd_custom_css
Docs: Wrap Text In Tables
This commit is contained in:
commit
a480b70488
3
conf.py
3
conf.py
|
@ -369,3 +369,6 @@ texinfo_documents = [
|
||||||
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
|
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
|
||||||
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
|
"bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
|
||||||
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
|
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
|
||||||
|
|
||||||
|
def setup(app):
|
||||||
|
app.add_stylesheet("customstyle.css")
|
||||||
|
|
Loading…
Reference in New Issue