From 62efb0e087a725f6790c05ae3a1edef267eabd32 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 8 Jan 2012 20:32:03 +0000 Subject: [PATCH] Fixing missing conf variables for docs. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5