From aad4d06aa182c29be820fe97b2a1b8162dfe8050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Sat, 23 Aug 2014 17:07:51 -0700 Subject: [PATCH] fix encoding error in doc --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fcd3583..f08a3d2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,7 +48,7 @@ master_doc = 'index' # General information about the project. project = 'PonyTracker' -copyright = '2014, Élie Bouttier' +copyright = '2014, Elie Bouttier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the