]> git.phdru.name Git - m_librarian.git/commitdiff
Use this year for copyright
authorOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 18:12:07 +0000 (21:12 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 26 Apr 2017 18:12:07 +0000 (21:12 +0300)
docs-ru/conf.py
docs/conf.py

index 3b46ef64405e890422781b4a7bf7cab03dfbe4eb..4d9a61c28a616b9e852a9ab253e509263fbd1791 100644 (file)
@@ -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-2017, 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
index 1918113e64320b8f5f87dfd86bb7a13247474fe3..a339a3724b4045f2ffdf24767322894a988d1d0b 100644 (file)
@@ -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-2017, 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