update sphinx configuration

This commit is contained in:
Alexis Metaireau 2011-01-05 16:23:44 +01:00
commit 6b4b5fce13

View file

@ -8,10 +8,11 @@ import sys, os
# -- General configuration -----------------------------------------------------
templates_path = ['_templates']
extensions = ['sphinx.ext.autodoc',]
source_suffix = '.rst'
master_doc = 'index'
project = u'Pelican'
copyright = u'2010, Alexis Metaireau'
copyright = u'2010, Alexis Metaireau and contributors'
exclude_patterns = ['_build']
pygments_style = 'sphinx'