Skip to content

Commit

Permalink
Use a constant for copyright year in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Dec 22, 2021
1 parent 7f23d1e commit f2596f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import os
import sys
import sphinx_rtd_theme
import datetime

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -56,7 +55,7 @@

# General information about the project.
project = 'Segno'
copyright = '2016 - {0} Lars Heuer -- "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED.'.format(datetime.datetime.now().year)
copyright = '2016 - 2021 Lars Heuer -- "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED.'
author = 'Lars Heuer'

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

0 comments on commit f2596f5

Please sign in to comment.