changeset 159:f7114e4f3938

Adjust the HTML title for the "haiku" theme
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 Feb 2019 22:58:44 +0100
parents ab6a48ff5235
children 131aaa95d01f
files doc/conf.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/conf.py	Thu Feb 21 22:53:56 2019 +0100
+++ b/doc/conf.py	Thu Feb 21 22:58:44 2019 +0100
@@ -93,6 +93,8 @@
 #
 #html_theme = 'alabaster'
 html_theme = 'haiku'
+# for the Haiku title
+html_short_title = u("%s %s") % (project, release)
 
 # 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
@@ -139,7 +141,7 @@
     #
     # NOTE: "inconsolata" in "fontpkg" errors within pdfTeX: seems to be
     #       incompatible with some header package.
-    #    
+    #
     'preamble': r'''
         \usepackage{inconsolata}
     ''',
@@ -147,7 +149,7 @@
    'fontpkg': r'''
         \usepackage{charter}
         \usepackage[defaultsans]{lato}
-    ''',    
+    ''',
 
     # Latex figure (float) alignment
     #