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 137867c commit 3022d06Copy full SHA for 3022d06
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
@@ -47,7 +48,8 @@
47
48
49
# General information about the project.
50
project = "Adafruit Wiznet5k Library"
-copyright = "2020 Brent Rubell"
51
+current_year = str(datetime.datetime.now().year)
52
+copyright = current_year + " Brent Rubell"
53
author = "Brent Rubell"
54
55
# The version info for the project you're documenting, acts as replacement for
0 commit comments