]> git.parisson.com Git - django-notes.git/commitdiff
Fixing missing conf variables for docs.
authorColin Powell <colin.powell@gmail.com>
Sun, 8 Jan 2012 20:32:03 +0000 (20:32 +0000)
committerColin Powell <colin.powell@gmail.com>
Sun, 8 Jan 2012 20:32:03 +0000 (20:32 +0000)
docs/conf.py

index c337ae515a9ba600d29ea78f4eb8b8e284fbf97b..de0a5f119e80bd9d5e5ed74e0cc28874b1ed3733 100644 (file)
@@ -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'