diff docs/conf.py @ 789:8ab718cbec22

Use the copyright sign instead of (c) in the docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 17 May 2026 13:55:43 +0200
parents 16f040434598
children 830a7536281b
line wrap: on
line diff
--- a/docs/conf.py	Sun May 17 13:40:12 2026 +0200
+++ b/docs/conf.py	Sun May 17 13:55:43 2026 +0200
@@ -31,7 +31,7 @@
 # -- Project information -----------------------------------------------------
 
 project = 'ConfigMix'
-copyright = u('2015–2023, Franz Glasner. All rights reserved')
+copyright = u('2015–2023 Franz Glasner')
 author = 'Franz Glasner'
 
 current_date = datetime.date.today().isoformat()