diff --git a/AUTHORS b/AUTHORS index 903542ad..c64aaece 100644 --- a/AUTHORS +++ b/AUTHORS @@ -144,3 +144,4 @@ that much better: * Nick Joyce * Jared Forsyth * Kenneth Falck + * Lukasz Balcerzak diff --git a/docs/conf.py b/docs/conf.py index 62fa1505..3cfcef5d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.append(os.path.abspath('..')) +sys.path.insert(0, os.path.abspath('..')) # -- General configuration ----------------------------------------------------- @@ -38,7 +38,7 @@ master_doc = 'index' # General information about the project. project = u'MongoEngine' -copyright = u'2009-2012, MongoEngine Authors' +copyright = u'2009, MongoEngine Authors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the