From de0d7fc5d3eb335e60882155d685d5d5f78bb334 Mon Sep 17 00:00:00 2001 From: ViaFerrata <michimoser@onlinehome.de> Date: Mon, 12 Nov 2018 16:18:47 +0100 Subject: [PATCH] Update docs! --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index d821a02..51a3375 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,9 @@ html_theme = 'sphinx_rtd_theme' # The name of an image file (relative to this directory) to place at the top # of the sidebar. +html_theme_options = { + 'logo_only': True, +} html_logo = "_static/orcasong_wide_transparent_white.png" # Theme options are theme-specific and customize the look and feel of a theme -- GitLab