diff --git a/docs/conf.py b/docs/conf.py index b37801fa74..693ff2716f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,6 +124,7 @@ else: # documentation. html_theme_options = { 'collapse_navigation': False, + 'logo_only': True } # Add any paths that contain custom themes here, relative to this directory. @@ -138,7 +139,7 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'images/zulip-logo.svg' # 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/images/zulip-logo.svg b/docs/images/zulip-logo.svg new file mode 100644 index 0000000000..275ad84ce8 Binary files /dev/null and b/docs/images/zulip-logo.svg differ