import sys
import os
-import shlex
# If extensions (or modules to document with autodoc) are in another directory,
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../'))
-from sima.info import __version__
+from sima.info import __version__, __author__
# -- General configuration ------------------------------------------------
# General information about the project.
project = 'MPD_sima'
-copyright = '2015-2017, kaliko'
-author = 'kaliko'
+from datetime import datetime
+copyright = '2009-{}, {}'.format(datetime.now().year, __author__)
+author = __author__
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the