From 16e522105d05be2c4c1789a1d52fbf6e987d331a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 8 Jan 2012 20:33:24 +0000 Subject: [PATCH] Okay, trying to get docs conf right again. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index de0a5f1..75fac91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ extensions = [] templates_path = [] source_suffix = '.rst' master_doc = 'index' -project = u'Django Notes' +project = u'notes' copyright_holder = 'Colin Powell' copyright = u'2011, %s' % copyright_holder exclude_patterns = ['_build'] -- 2.39.5