Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff 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 |
line wrap: on
line diff
--- a/docs/conf.py Sat May 16 12:30:58 2026 +0200 +++ b/docs/conf.py Sat May 16 12:31:26 2026 +0200 @@ -136,7 +136,7 @@ html_css_files = ["custom-haiku.css"] html_title = 'The %s v%s' % (project, release) html_short_title = html_title -html_last_updated_fmt = "%s (rv:%s)" % (current_date, release_rev) +html_last_updated_fmt = "%s (rev %s)" % (current_date, release_rev) #pygments_style = "sphinx" pygments_style = "default"
