From b0dc44428e526d67cddcd2ebf9d43565098850cb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 10 Feb 2016 19:42:41 +0100 Subject: fix #823 --- docs/_templates/layout.html | 10 ++++++++++ docs/conf.py | 6 +++--- docs/mitmproxy-docs.png | Bin 0 -> 21323 bytes 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 docs/_templates/layout.html create mode 100644 docs/mitmproxy-docs.png diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..b5738862 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.html" %} +{% block sidebartitle %} + + + + {{ super() }} +{% endblock %} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index ff4a4a86..3ea38e48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ napoleon_include_special_with_doc = False autodoc_member_order = "bysource" # Add any paths that contain templates here, relative to this directory. -#templates_path = ['_templates'] +templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: @@ -128,7 +128,7 @@ html_theme = 'sphinx_rtd_theme' # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - # 'logo_only': True, + 'logo_only': True, } # Add any paths that contain custom themes here, relative to this directory. @@ -143,7 +143,7 @@ html_title = "mitmproxy %s documentation" % version # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "mitmproxy-long.png" +html_logo = "mitmproxy-docs.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/docs/mitmproxy-docs.png b/docs/mitmproxy-docs.png new file mode 100644 index 00000000..273fb8db Binary files /dev/null and b/docs/mitmproxy-docs.png differ -- cgit v1.2.3