X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fconf.py;fp=doc%2Fsource%2Fconf.py;h=6f553a02fb1abb7c6669cabc7276e9cd234c6eaa;hb=80b4a0bf95fc816511966f79c91c6e16eda74b79;hp=0fb2bdd50058f8bd54a8330ff50f10da6756d861;hpb=5c85a5f394652f43c8fc662f43c72296ebde0b82;p=mpd-sima.git diff --git a/doc/source/conf.py b/doc/source/conf.py index 0fb2bdd..6f553a0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -15,7 +15,6 @@ import sys import os -import shlex # If extensions (or modules to document with autodoc) are in another directory, @@ -23,7 +22,7 @@ import shlex # 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 ------------------------------------------------ @@ -54,8 +53,9 @@ master_doc = 'index' # 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