# HG changeset patch # User Franz Glasner # Date 1550786324 -3600 # Node ID f7114e4f3938ece0ee75111a6bc71dc3f3618aa0 # Parent ab6a48ff5235881e7f1623488efe1e3b31966eac Adjust the HTML title for the "haiku" theme diff -r ab6a48ff5235 -r f7114e4f3938 doc/conf.py --- 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 #