diff options
Diffstat (limited to 'docs/fr/source/conf.py')
-rw-r--r-- | docs/fr/source/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index f2a8f8d6d..80d231022 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -15,11 +15,11 @@ import sys, os, datetime ISHTAR_PATH = os.path.abspath( - os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", "..", "ishtar_common"])) + os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", ".."])) sys.path.append(ISHTAR_PATH) -from version import __version__ +from ishtar_common.version import __version__ # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -198,8 +198,8 @@ htmlhelp_basename = 'Ishtardoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Ishtar.tex', 'Ishtar Documentation', - 'Yann Le Jeune - Valérie-Emma Leroux - Étienne Loks', 'manual'), + ('index', 'Ishtar.tex', 'Documentation Ishtar', + 'É. Loks - V.-E. Leroux - Y. Le Jeune - P. Pautrat', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |