fix type error in sphinx config
This commit is contained in:
parent
d5445f7a1a
commit
02786a1fb1
@ -11,7 +11,7 @@ import datetime
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'tzk'
|
project = 'tzk'
|
||||||
copyright = datetime.date.today().year + ' Soren Bjornstad'
|
copyright = str(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