aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-09-26 07:06:31 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-09-26 07:06:31 +0200
commit215d2476fa2380489dc63d05283ca357152c3a48 (patch)
tree9da689db9dce8109ae1c03fe5748e5500af6e0d0 /docs
parentUpdated sphinx configuration file. (diff)
downloadnewspipe-215d2476fa2380489dc63d05283ca357152c3a48.tar.gz
newspipe-215d2476fa2380489dc63d05283ca357152c3a48.tar.bz2
newspipe-215d2476fa2380489dc63d05283ca357152c3a48.zip
Fixed encoding problem.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 319bc046..c7891a47 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'pyAggr3g470r'
-copyright = u'2010-2013, Cédric Bonhomme'
+copyright = u'2010-2013, Cédric Bonhomme'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -184,7 +184,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'pyAggr3g470r.tex', u'pyAggr3g470r Documentation',
- u'Cédric Bonhomme', 'manual'),
+ u'Cédric Bonhomme', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -228,7 +228,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'pyAggr3g470r', u'pyAggr3g470r Documentation',
- u'Cédric Bonhomme', 'pyAggr3g470r', 'One line description of project.',
+ u'Cédric Bonhomme', 'pyAggr3g470r', 'One line description of project.',
'Miscellaneous'),
]
bgstack15