From: Colin Powell Date: Sun, 8 Jan 2012 20:33:24 +0000 (+0000) Subject: Okay, trying to get docs conf right again. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=16e522105d05be2c4c1789a1d52fbf6e987d331a;p=django-notes.git Okay, trying to get docs conf right again. --- 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']