Skip to content

Commit 2ee66b4

Browse files
Merge pull request #261 from galenseilis/patch-1
Update conf.py
2 parents 60b80f6 + 81f85cb commit 2ee66b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# All configuration values have a default; values that are commented out
1313
# serve to show the default.
1414

15+
import datetime
1516
import sys
1617
import os
1718
import shlex
@@ -50,8 +51,9 @@
5051
master_doc = "index"
5152

5253
# General information about the project.
54+
current_year = datetime.datetime.now().year
5355
project = "Ciw"
54-
copyright = "2015, Geraint Palmer"
56+
copyright = f"{current_year}, Geraint Palmer"
5557
author = "Geraint Palmer"
5658

5759
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)