X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs-ru%2Fconf.py;h=4d9a61c28a616b9e852a9ab253e509263fbd1791;hb=2903febd2767ffd94f62f8e0b151e627e15b09d5;hp=bb1f6355126e28444a50968bcf42099b55af1c95;hpb=ee484fef964556f999f6f415f5d972fb27ae088c;p=m_librarian.git diff --git a/docs-ru/conf.py b/docs-ru/conf.py index bb1f635..4d9a61c 100644 --- a/docs-ru/conf.py +++ b/docs-ru/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'2015, 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