There was an error while loading. Please reload this page.
1 parent f482cea commit 7503883Copy full SHA for 7503883
docs/conf.py
@@ -6,6 +6,7 @@
6
7
import os
8
import sys
9
+import datetime
10
11
sys.path.insert(0, os.path.abspath(".."))
12
@@ -52,7 +53,8 @@
52
53
54
# General information about the project.
55
project = "Adafruit CircuitPython ESP32S2TFT Library"
-copyright = "2022 Melissa LeBlanc-Williams"
56
+current_year = str(datetime.datetime.now().year)
57
+copyright = current_year + " Melissa LeBlanc-Williams"
58
author = "Melissa LeBlanc-Williams"
59
60
# The version info for the project you're documenting, acts as replacement for
0 commit comments