Skip to content

Commit

Permalink
Fix copyright string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 23, 2022
1 parent 5fa39cb commit b8bb83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@

# General information about the project.
project = "Adafruit CircuitPython Register"
copyright = "2016-2017 Scott Shawcroft and Tony Dicola for Adafruit Industries"
current_year = str(datetime.datetime.now().year)
copyright = current_year + " Scott Shawcroft and Tony Dicola for Adafruit Industries"
author = "Scott Shawcroft and Tony Dicola"

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit b8bb83a

Please sign in to comment.