diff --git a/docs/conf.py b/docs/conf.py index 885fc2b31..837d7c0b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,7 @@ html_theme_options = { 'canonical_url': '', 'analytics_id': '', - 'logo_only': False, + 'logo_only': True, 'display_version': True, 'prev_next_buttons_location': 'bottom', 'style_external_links': False, @@ -118,6 +118,8 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_logo = '../logo.png' + # Custom sidebar templates, must be a dictionary that maps document names # to template names. # diff --git a/logo.png b/logo.png new file mode 100644 index 000000000..b9ff911a1 Binary files /dev/null and b/logo.png differ