summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7686f1b..acc977c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -69,8 +69,8 @@ source_encoding = 'utf-8-sig'
master_doc = 'index'
# General information about the project.
-project = u'cliff'
-copyright = u'2012-%s, Doug Hellmann' % datetime.datetime.today().year
+project = 'cliff'
+copyright = '2012-%s, Doug Hellmann' % datetime.datetime.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -209,8 +209,8 @@ latex_elements = {
# (source start file, target name, title, author,
# documentclass [howto/manual]).
latex_documents = [
- ('index', 'cliff.tex', u'cliff Documentation',
- u'Doug Hellmann', 'manual'),
+ ('index', 'cliff.tex', 'cliff Documentation',
+ 'Doug Hellmann', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -239,8 +239,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'cliff', u'cliff Documentation',
- [u'Doug Hellmann'], 1)
+ ('index', 'cliff', 'cliff Documentation',
+ ['Doug Hellmann'], 1)
]
# If true, show URL addresses after external links.
@@ -253,8 +253,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'cliff', u'cliff Documentation',
- u'Doug Hellmann', 'cliff', 'One line description of project.',
+ ('index', 'cliff', 'cliff Documentation',
+ 'Doug Hellmann', 'cliff', 'One line description of project.',
'Miscellaneous'),
]