From 7f2d149ddfeb1834653b33b9d67ec4eefea6c84c Mon Sep 17 00:00:00 2001 From: Arpad Rozsas Date: Mon, 22 Nov 2021 19:29:39 +0100 Subject: [PATCH] docs: add a cleaner html title to docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 496c737..6d476a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,6 +93,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = "furo" +html_title = "lightkde" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,