X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fconf.py;h=a339a3724b4045f2ffdf24767322894a988d1d0b;hb=94acee6fcfac9a41f5ad053c5ce274a0655dcc3e;hp=4373701b28722f33d7c60cb47e655f7622a7d409;hpb=1d582c7edc1296c83ff5dc18186c3f42221e3968;p=m_librarian.git diff --git a/docs/conf.py b/docs/conf.py index 4373701..a339a37 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,6 +12,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. +from datetime import date import sys import os @@ -47,7 +48,7 @@ master_doc = 'index' # General information about the project. project = u'm_Librarian' -copyright = u'2016, Oleg Broytman' +copyright = u'2015-%d, Oleg Broytman' % date.today().year # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the