Setup sphinx config

This commit is contained in:
Sandro Mani 2013-04-12 20:05:45 +02:00
parent 05ff4122a9
commit 3d636b66ff

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.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
# -- General configuration -----------------------------------------------------
@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Pillow (PIL fork)'
copyright = u'2013, Author'
copyright = u'1997-2011 by Secret Labs AB, 1995-2011 by Fredrik Lundh, 2010-2013 Alex Clark'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the