Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2934c9f1 authored by GARNIER Laurent's avatar GARNIER Laurent
Browse files

Doc: Fix utf "é" character

parent 96bda96f
Branches
No related tags found
1 merge request!4Client api
......@@ -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'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment