Skip to content

Commit 02d3870

Browse files
author
Alec Delaney
committed
Keep copyright up to date in documentation
1 parent e195515 commit 02d3870

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
@@ -6,6 +6,7 @@
66

77
import os
88
import sys
9+
import datetime
910

1011
sys.path.insert(0, os.path.abspath(".."))
1112

@@ -62,7 +63,8 @@
6263

6364
# General information about the project.
6465
project = "Adafruit CircuitPython MacroPad Library"
65-
copyright = "2021 Kattni Rembor"
66+
current_year = str(datetime.datetime.now().year)
67+
copyright = current_year + " Kattni Rembor"
6668
author = "Kattni Rembor"
6769

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

0 commit comments

Comments
 (0)