diff --git a/docs/conf.py b/docs/conf.py index 21d3e4a..aa6ab5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ master_doc = 'index' # General information about the project. -project = 'Flask-Orator' -copyright = '2015, Sébastien Eustace' -author = 'Sébastien Eustace' +project = u'Flask-Orator' +copyright = u'2015, Sébastien Eustace' +author = u'Sébastien Eustace' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -226,7 +226,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'Flask-Orator.tex', 'Flask-Orator Documentation', - 'Sébastien Eustace', 'manual'), + u'Sébastien Eustace', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of