# All configuration values have a default; values that are commented out
# serve to show the default.
+from datetime import date
import sys
import os
# 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
# All configuration values have a default; values that are commented out
# serve to show the default.
+from datetime import date
import sys
import os
# 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