diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-14 09:49:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-05-27 14:42:13 +0200 |
commit | 1be1d7afc81559226747d568ed491d5a55150ff1 (patch) | |
tree | 376f4554691a455304a669b3ccda92ef16861395 /docs/fr/source/conf.py | |
parent | 78a293c9959c17505ea478c578a348348145d734 (diff) | |
download | Ishtar-1be1d7afc81559226747d568ed491d5a55150ff1.tar.bz2 Ishtar-1be1d7afc81559226747d568ed491d5a55150ff1.zip |
📝 update generated documentation
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 |