From 2d57f28859caeea38798fddadbeac418e447082a Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Thu, 16 Jan 2025 13:40:27 +0100 Subject: [PATCH] set logo on page again --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 62c2b92bd..c5a5f9377 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,12 +50,12 @@ pygments_style = 'sphinx' todo_include_todos = False - html_theme = 'alabaster' html_theme_options = { 'github_user': 'mittagessen', 'github_repo': 'kraken', } +html_logo = '_static/kraken.png' html_static_path = ['_static'] html_css_files = [