docs: adjust theme override inclusion

https://github.com/rtfd/readthedocs.org/issues/2116
This commit is contained in:
Aldo Cortesi 2016-06-07 13:54:40 +12:00
parent 75ebd638eb
commit 9b7de5c98f

View File

@ -218,8 +218,5 @@ html_static_path = ['_static']
# Output file base name for HTML help builder.
htmlhelp_basename = 'mitmproxydoc'
html_context = {
'css_files': [
'_static/theme_overrides.css', # overrides for wide tables in RTD theme
],
}
def setup(app):
app.add_stylesheet('theme_overrides.css')