aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-07 13:54:40 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-07 13:54:40 +1200
commit9b7de5c98f4faf55e273a04c227d45d35a85b4cc (patch)
tree05c1d4c566bb28b2d7402330ec3765508823e9cb /docs
parent75ebd638eb6f6ed74f1f191d4f9e30277f4f2d34 (diff)
downloadmitmproxy-9b7de5c98f4faf55e273a04c227d45d35a85b4cc.tar.gz
mitmproxy-9b7de5c98f4faf55e273a04c227d45d35a85b4cc.tar.bz2
mitmproxy-9b7de5c98f4faf55e273a04c227d45d35a85b4cc.zip
docs: adjust theme override inclusion
https://github.com/rtfd/readthedocs.org/issues/2116
Diffstat (limited to 'docs')
-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')