From: Colin Powell Date: Sun, 8 Jan 2012 20:32:03 +0000 (+0000) Subject: Fixing missing conf variables for docs. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=62efb0e087a725f6790c05ae3a1edef267eabd32;p=django-notes.git Fixing missing conf variables for docs. --- diff --git a/docs/conf.py b/docs/conf.py index c337ae5..de0a5f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ extensions = [] templates_path = [] source_suffix = '.rst' master_doc = 'index' -project = u'' -copyright_holder = '' +project = u'Django Notes' +copyright_holder = 'Colin Powell' copyright = u'2011, %s' % copyright_holder exclude_patterns = ['_build'] pygments_style = 'sphinx'