Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 139:d8ac51cba0ff
Customize the HTML title for the haiku theme
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 09:50:23 +0200 |
| parents | 69283c05ba48 |
| children | e424fcdd472f |
| files | docs/conf.py |
| diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Thu May 07 09:28:54 2026 +0200 +++ b/docs/conf.py Thu May 07 09:50:23 2026 +0200 @@ -58,12 +58,15 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +html_static_path = ['_static'] +html_extra_path = ['../LICENSES'] + #html_theme = 'alabaster' html_theme = 'haiku' -html_static_path = ['_static'] -html_extra_path = ['../LICENSES'] -#pygments_style = "sphinx" -pygments_style = "default" +html_title = 'The %s v%s' % (project, release) +html_short_title = html_title +pygments_style = "sphinx" +#pygments_style = "default" def setup(app):
