Fix doc generation path (#230)

Add Lukaszb to Authors
This commit is contained in:
Ross Lawley 2013-04-11 13:15:17 +00:00
parent 025e17701b
commit d58341d7ae
2 changed files with 3 additions and 2 deletions

View File

@ -144,3 +144,4 @@ that much better:
* Nick Joyce
* Jared Forsyth
* Kenneth Falck
* Lukasz Balcerzak

View File

@ -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