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 05f5213 commit caf51e5Copy full SHA for caf51e5
docs/conf.py
@@ -36,7 +36,8 @@
36
37
# General information about the project.
38
project = "Adafruit GPS Library"
39
-copyright = "2017 Tony DiCola, 2021 James Carr"
+current_year = str(datetime.datetime.now().year)
40
+copyright = current_year + " Tony DiCola, James Carr"
41
author = "Tony DiCola, James Carr"
42
43
# The version info for the project you're documenting, acts as replacement for
0 commit comments