mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +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.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'mitmproxydoc'
|
htmlhelp_basename = 'mitmproxydoc'
|
||||||
|
|
||||||
html_context = {
|
def setup(app):
|
||||||
'css_files': [
|
app.add_stylesheet('theme_overrides.css')
|
||||||
'_static/theme_overrides.css', # overrides for wide tables in RTD theme
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user