From 6b4b5fce139c15ccf9b32ff24d4dd07ec4006d78 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 5 Jan 2011 16:23:44 +0100 Subject: [PATCH] update sphinx configuration --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0efe92b2..5b24d67c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'