From 5cd9289bd5af5709d44a7f90399a40603c162bc9 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 6 Mar 2025 16:51:58 +0000 Subject: [PATCH 1/2] Improve title with html conf. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6560cf7..d2e4877 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,6 +45,7 @@ # The theme to use for HTML pages html_theme = "furo" +html_title = "Python Documentation Community" # Options for the linkcheck builder # ================================= From 5fe986705c00f4cdb8f749c5ad71d88bc9a889ce Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:36:17 +0100 Subject: [PATCH 2/2] Update docs/conf.py Co-authored-by: Carol Willing --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2e4877..6c0e72e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # The theme to use for HTML pages html_theme = "furo" -html_title = "Python Documentation Community" +html_title = "Python Docs Community Group" # Options for the linkcheck builder # =================================