From 2934c9f103f3de0a50fddbc6acf525ff83e6724a Mon Sep 17 00:00:00 2001
From: Garnier Laurent <laurent.garnier@irisa.fr>
Date: Mon, 9 Dec 2019 14:58:19 +0100
Subject: [PATCH] =?UTF-8?q?Doc:=20Fix=20utf=20"=C3=A9"=20character?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 6d92522..d986506 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -20,8 +20,8 @@ sys.path.insert(0, os.path.abspath('..'))
 # -- Project information -----------------------------------------------------
 
 project = 'Allgo API: Python client'
-copyright = '2019, Sébastien Letort'
-author = 'Sébastien Letort'
+copyright = u"2019, Sébastien Letort"
+author = u"Sébastien Letort"
 
 # The short X.Y version
 version = '0.2'
@@ -135,7 +135,7 @@ latex_elements = {
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     (master_doc, 'AllgoAPIPythonclient.tex', 'Allgo API: Python client Documentation',
-     'Sébastien Letort', 'manual'),
+     u"Sébastien Letort", 'manual'),
 ]
 
 
-- 
GitLab