mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
docs: adjust theme override inclusion
https://github.com/rtfd/readthedocs.org/issues/2116
This commit is contained in:
parent
75ebd638eb
commit
9b7de5c98f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user