Merge pull request #2106 from sommersoft/rtd_custom_css

Docs: Wrap Text In Tables
This commit is contained in:
Scott Shawcroft 2019-09-02 21:24:48 -07:00 committed by GitHub
commit a480b70488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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")