comparison docs/conf.py @ 247:76996a1e4ca7

Use "rev " instead of "rv:" in the revision footer
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 16 May 2026 12:31:26 +0200
parents 73f6578e4f27
children feaa552cbe98
comparison
equal deleted inserted replaced
246:73f6578e4f27 247:76996a1e4ca7
134 #html_theme = 'alabaster' 134 #html_theme = 'alabaster'
135 html_theme = 'haiku' 135 html_theme = 'haiku'
136 html_css_files = ["custom-haiku.css"] 136 html_css_files = ["custom-haiku.css"]
137 html_title = 'The %s v%s' % (project, release) 137 html_title = 'The %s v%s' % (project, release)
138 html_short_title = html_title 138 html_short_title = html_title
139 html_last_updated_fmt = "%s (rv:%s)" % (current_date, release_rev) 139 html_last_updated_fmt = "%s (rev %s)" % (current_date, release_rev)
140 #pygments_style = "sphinx" 140 #pygments_style = "sphinx"
141 pygments_style = "default" 141 pygments_style = "default"
142 142
143 # --- Options for LaTeX output ----------------------------------------------- 143 # --- Options for LaTeX output -----------------------------------------------
144 # https://www.sphinx-doc.org/en/master/latex.html 144 # https://www.sphinx-doc.org/en/master/latex.html