summaryrefslogtreecommitdiff
path: root/docs/source/api/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/api/conf.py')
-rw-r--r--docs/source/api/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/api/conf.py b/docs/source/api/conf.py
index 6c8be3ed..cb34345c 100644
--- a/docs/source/api/conf.py
+++ b/docs/source/api/conf.py
@@ -71,8 +71,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'alot'
-copyright = u'2011 ' + __author__
+project = 'alot'
+copyright = '2011 ' + __author__
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -243,8 +243,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'alot', u'alot Documentation',
- [u'Patrick Totzke'], 1)
+ ('index', 'alot', 'alot Documentation',
+ ['Patrick Totzke'], 1)
]
autodoc_member_order = 'bysource'