Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 51:b4c255f8bdc4
Also define "version" (identical to "release" yet)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Apr 2026 15:38:28 +0200 |
| parents | e6354e3abbec |
| children | 5bfa9113d3c4 |
| files | docs/conf.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Sun Apr 26 15:35:46 2026 +0200 +++ b/docs/conf.py Sun Apr 26 15:38:28 2026 +0200 @@ -23,7 +23,8 @@ re.MULTILINE) .group(1) ) -del relfp +version = release +del relfp # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
