diff --git a/docs/conf.py b/docs/conf.py index 0e8cb5f..3fe1699 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,14 @@ # General information about the project. project = "Adafruit EPD Library" +creation_year = "2018" current_year = str(datetime.datetime.now().year) -copyright = current_year + " Dean Miller" +year_duration = ( + current_year + if current_year == creation_year + else creation_year + " - " + current_year +) +copyright = year_duration + " Dean Miller" author = "Dean Miller" # The version info for the project you're documenting, acts as replacement for