fix docs copyright date
This commit is contained in:
parent
96f149feaa
commit
650b21a03d
@ -6,15 +6,12 @@
|
|||||||
# full list see the documentation:
|
# full list see the documentation:
|
||||||
# http://www.sphinx-doc.org/en/master/config
|
# http://www.sphinx-doc.org/en/master/config
|
||||||
|
|
||||||
# -- Path setup --------------------------------------------------------------
|
import datetime
|
||||||
# Instead of adding things manually to the path, we just ensure we install esc
|
|
||||||
# in editable mode in our environment.
|
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'tzk'
|
project = 'tzk'
|
||||||
copyright = '2021 Soren Bjornstad'
|
copyright = datetime.date.today().year + ' Soren Bjornstad'
|
||||||
author = 'Soren Bjornstad'
|
author = 'Soren Bjornstad'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
|
Loading…
Reference in New Issue
Block a user