aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 48f68b14..5e6c98d5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# GNU MediaGoblin documentation build configuration file, created by
# sphinx-quickstart on Thu Apr 7 20:10:27 2011.
@@ -42,8 +41,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'GNU MediaGoblin'
-copyright = u'2011, 2012 GNU MediaGoblin contributors'
+project = 'GNU MediaGoblin'
+copyright = '2011, 2012 GNU MediaGoblin contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -186,8 +185,8 @@ htmlhelp_basename = 'GNUMediaGoblindoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'GNUMediaGoblin.tex', u'GNU MediaGoblin Documentation',
- u'Chris Webber, et al', 'manual'),
+ ('index', 'GNUMediaGoblin.tex', 'GNU MediaGoblin Documentation',
+ 'Chris Webber, et al', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -219,8 +218,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'mediagoblin', u'GNU MediaGoblin Documentation',
- [u'Chris Webber, et al'], 1)
+ ('index', 'mediagoblin', 'GNU MediaGoblin Documentation',
+ ['Chris Webber, et al'], 1)
]
# If true, show URL addresses after external links.
@@ -233,7 +232,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'mediagoblin', u'GNU MediaGoblin Documentation', u'mediagoblin',
+ ('index', 'mediagoblin', 'GNU MediaGoblin Documentation', 'mediagoblin',
'GNU MediaGoblin', 'Media sharing web application.', 'Miscellaneous'),
]