From d58341d7ae8e499f127dfc8ad0ce20be70b4c043 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 11 Apr 2013 13:15:17 +0000 Subject: [PATCH] Fix doc generation path (#230) Add Lukaszb to Authors --- AUTHORS | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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