summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2a37fb3..03c80d1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -98,7 +98,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Django Blog Gstudio'
+project = u'GNOWSYS Studio'
copyright = u'%s, %s' % (date.today().year, gstudio.__author__)
# The version info for the project you're documenting, acts as replacement for
@@ -271,6 +271,6 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'django-gstudio', u'django-gstudio Documentation',
+ ('index', 'gnowsys-studio', u'gnowsys-studio Documentation',
[u'gnowgi'], 1)
]