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
No related branches found
No related tags found
1 merge request!4Client api
...@@ -20,8 +20,8 @@ sys.path.insert(0, os.path.abspath('..')) ...@@ -20,8 +20,8 @@ sys.path.insert(0, os.path.abspath('..'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'Allgo API: Python client' project = 'Allgo API: Python client'
copyright = '2019, Sébastien Letort' copyright = u"2019, Sébastien Letort"
author = 'Sébastien Letort' author = u"Sébastien Letort"
# The short X.Y version # The short X.Y version
version = '0.2' version = '0.2'
...@@ -135,7 +135,7 @@ latex_elements = { ...@@ -135,7 +135,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'AllgoAPIPythonclient.tex', 'Allgo API: Python client Documentation', (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