From 7c0ad27d2d20914fbc8dd0e9368b7347122b2dc8 Mon Sep 17 00:00:00 2001 From: Matthias Probst Date: Tue, 26 Sep 2023 14:44:16 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 997a262b..ba915146 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # html_theme = 'sphinx_book_theme' # 'sphinx_rtd_theme' html_logo = "_static/new_icon.svg" -html_title = "H5RDMtoolbox Documentation" +html_title = "Documentation" html_context = { "github_user": "matthiasprobst",