We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383f343 commit eec6213Copy full SHA for eec6213
docs/source/conf.py
@@ -5,9 +5,12 @@
5
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
+from datetime import datetime
9
10
project = 'Construct Additional Obelisks'
-copyright = '2025, Stef Pletinck'
11
+copyright = '2025-{}, PreDiCT - IDLab'.format(
12
+ datetime.now().year
13
+)
14
author = 'Stef Pletinck'
15
16
import re
0 commit comments