diff 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
line wrap: on
line diff
--- a/docs/conf.py	Sun Apr 26 15:34:55 2026 +0200
+++ b/docs/conf.py	Sun Apr 26 15:35:46 2026 +0200
@@ -11,7 +11,7 @@
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
 
 project = 'Pygments Pseudocode Lexer'
-copyright = '2026, Franz Glasner'
+copyright = '2026 Franz Glasner'
 author = 'Franz Glasner'
 # Determine "release" dynamically from the package's "__version__"
 with io.open("../pygments_lexer_pseudocode2/__init__.py",