]> git.phdru.name Git - m_librarian.git/blobdiff - docs-ru/conf.py
Docs: Recode README.rus.txt to utf-8
[m_librarian.git] / docs-ru / conf.py
index 098e70c575836a407815a203514d6c46385132d6..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'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
@@ -265,7 +266,7 @@ man_pages = [
 #  dir menu entry, description, category)
 texinfo_documents = [
   ('index', 'm_Librarian', u'm_Librarian Documentation',
-   u'Oleg Broytman', 'm_Librarian', 'Broytman Librarian.',
+   u'Oleg Broytman', 'm_Librarian', 'Broytman m_Librarian.',
    'Miscellaneous'),
 ]