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 fcb4854 commit 89f07c3Copy full SHA for 89f07c3
docs/conf.py
@@ -1,12 +1,14 @@
1
import os
2
import sys
3
+from datetime import datetime
4
5
6
sys.path.insert(0, os.path.abspath('../'))
7
sys.path.insert(0, os.path.abspath('../optiland/'))
8
9
project = 'Optiland'
-copyright = '2024-%Y, Kramer Harrison'
10
+current_year = datetime.now().year
11
+copyright = f'2024-{current_year}, Kramer Harrison'
12
author = 'Kramer Harrison'
13
release = '0.2.0'
14
0 commit comments