Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/conf.py @ 118:a861ac4d11fc
Extend the copyright to Simon Wachter in the docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 06 May 2026 14:19:59 +0200 |
| parents | 93ade4c595b7 |
| children | 9be446a43b81 |
comparison
equal
deleted
inserted
replaced
| 117:d84f1fd10e64 | 118:a861ac4d11fc |
|---|---|
| 17 | 17 |
| 18 # -- Project information ----------------------------------------------------- | 18 # -- Project information ----------------------------------------------------- |
| 19 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information | 19 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
| 20 | 20 |
| 21 project = 'Pygments Pseudocode Lexer' | 21 project = 'Pygments Pseudocode Lexer' |
| 22 copyright = '2026 Franz Glasner' | 22 copyright = '2026 Franz Glasner. © Copyright 2015 Simon Wachter' |
| 23 author = 'Franz Glasner' | 23 author = 'Franz Glasner' |
| 24 # Determine "release" dynamically from the package's "__version__" | 24 # Determine "release" dynamically from the package's "__version__" |
| 25 with io.open("../pygments_lexer_pseudocode2/__init__.py", | 25 with io.open("../pygments_lexer_pseudocode2/__init__.py", |
| 26 "rt", | 26 "rt", |
| 27 encoding="utf-8") as relfp: | 27 encoding="utf-8") as relfp: |
