fix type error in sphinx config
This commit is contained in:
		| @@ -11,7 +11,7 @@ import datetime | ||||
| # -- Project information ----------------------------------------------------- | ||||
|  | ||||
| project = 'tzk' | ||||
| copyright = datetime.date.today().year + ' Soren Bjornstad' | ||||
| copyright = str(datetime.date.today().year) + ' Soren Bjornstad' | ||||
| author = 'Soren Bjornstad' | ||||
|  | ||||
| # The short X.Y version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Soren I. Bjornstad
					Soren I. Bjornstad