diff options
| author | Hugo Dahl <hugo@code-jedi.com> | 2021-01-14 18:04:41 -0600 |
|---|---|---|
| committer | Hugo Dahl <hugo@code-jedi.com> | 2021-01-14 18:06:49 -0600 |
| commit | d85e0716166bc73e4d1bdde4a5ee2287fe811750 (patch) | |
| tree | 1ce1b9ae8093de4330d9ad17608cd0e3ebe58f9c | |
| parent | c4f0325ff83239e3736859846912e0b5cc0c6392 (diff) | |
Hard code new copyright date
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ redirects_file = 'docs/redirects.txt' # General information about the project. project = 'Adafruit CircuitPython' -copyright = '2014-2020, MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)' +copyright = '2014-2021, MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)' # These are overwritten on ReadTheDocs. # The version info for the project you're documenting, acts as replacement for |
