We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69c288 commit 5561158Copy full SHA for 5561158
docs/conf.py
@@ -79,7 +79,7 @@
79
# General information about the project.
80
project = "Adafruit's DS3231 RTC Library"
81
current_year = str(datetime.datetime.now().year)
82
-copyright = "2016, Philip Moyer"
+copyright = current_year + " Philip Moyer"
83
author = "Philip Moyer"
84
85
# The version info for the project you're documenting, acts as replacement for
0 commit comments