Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/conf.py @ 50:e6354e3abbec
Remove the comma in the copyright statement
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 26 Apr 2026 15:35:46 +0200 |
| parents | 5c0f26a21e81 |
| children | b4c255f8bdc4 |
comparison
equal
deleted
inserted
replaced
| 49:5c0f26a21e81 | 50:e6354e3abbec |
|---|---|
| 9 | 9 |
| 10 # -- Project information ----------------------------------------------------- | 10 # -- Project information ----------------------------------------------------- |
| 11 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information | 11 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
| 12 | 12 |
| 13 project = 'Pygments Pseudocode Lexer' | 13 project = 'Pygments Pseudocode Lexer' |
| 14 copyright = '2026, Franz Glasner' | 14 copyright = '2026 Franz Glasner' |
| 15 author = 'Franz Glasner' | 15 author = 'Franz Glasner' |
| 16 # Determine "release" dynamically from the package's "__version__" | 16 # Determine "release" dynamically from the package's "__version__" |
| 17 with io.open("../pygments_lexer_pseudocode2/__init__.py", | 17 with io.open("../pygments_lexer_pseudocode2/__init__.py", |
| 18 "rt", | 18 "rt", |
| 19 encoding="utf-8") as relfp: | 19 encoding="utf-8") as relfp: |
