aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bd51c4c5..3ef0c63d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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')