We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7593f6 commit 813c179Copy full SHA for 813c179
docs/conf.py
@@ -45,7 +45,8 @@
45
46
# General information about the project.
47
project = "Adafruit CircuitPython Bus Device"
48
-copyright = "2016-2017 Scott Shawcroft and Tony Dicola for Adafruit Industries"
+current_year = str(datetime.datetime.now().year)
49
+copyright = current_year + " Scott Shawcroft and Tony Dicola for Adafruit Industries"
50
author = "Scott Shawcroft and Tony Dicola"
51
52
# The version info for the project you're documenting, acts as replacement for
0 commit comments