diff --git a/docs/conf.py b/docs/conf.py index e7b2f34..ecdfc04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,8 +48,14 @@ # General information about the project. project = "Adafruit Wiznet5k Library" +creation_year = "2020" current_year = str(datetime.datetime.now().year) -copyright = current_year + " Brent Rubell" +year_duration = ( + current_year + if current_year == creation_year + else creation_year + " - " + current_year +) +copyright = year_duration + " Brent Rubell" author = "Brent Rubell" # The version info for the project you're documenting, acts as replacement for