From fe18a5de927b3d3478a706f55de1c4b263f6c4c5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Jul 2021 22:19:47 +0530 Subject: [PATCH] Use a shorter title --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 9dd7a2f95..56566fb93 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,6 +114,7 @@ rst_prolog = ''' # a list of builtin themes. # html_theme = 'furo' +html_title = 'kitty' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the