Skip to content

Commit eec6213

Browse files
committed
Set copyright to PreDiCT
1 parent 383f343 commit eec6213

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55

66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8+
from datetime import datetime
89

910
project = 'Construct Additional Obelisks'
10-
copyright = '2025, Stef Pletinck'
11+
copyright = '2025-{}, PreDiCT - IDLab'.format(
12+
datetime.now().year
13+
)
1114
author = 'Stef Pletinck'
1215

1316
import re

0 commit comments

Comments
 (0)