diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-06 14:01:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-06 14:01:12 +0200 |
commit | 651629f34afb59e08cc9499ee5b7c485bc35744e (patch) | |
tree | 60d9c2612338afcc39de5bab1f41187e01b53df6 /docs | |
parent | b06520afb0a169425092985c6a7c6785944d3ee6 (diff) | |
download | Ishtar-651629f34afb59e08cc9499ee5b7c485bc35744e.tar.bz2 Ishtar-651629f34afb59e08cc9499ee5b7c485bc35744e.zip |
📝 minor changes on documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fr/source/annexe-tech-5-formules.rst | 2 | ||||
-rw-r--r-- | docs/fr/source/conf.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/fr/source/annexe-tech-5-formules.rst b/docs/fr/source/annexe-tech-5-formules.rst index 6e5a95851..5fc5452b1 100644 --- a/docs/fr/source/annexe-tech-5-formules.rst +++ b/docs/fr/source/annexe-tech-5-formules.rst @@ -1,6 +1,6 @@ .. -*- coding: utf-8 -*- -.. _annexe-tech-5-formules +.. _annexe-tech-5-formules: ============================= Annexe technique 5 - Formules diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index 80d231022..d79c6b455 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] + ["..", "..", ".."])) + os.sep.join(__file__.split(os.sep)[:-1] + ["..", "..", "..", "ishtar_common"])) sys.path.append(ISHTAR_PATH) -from ishtar_common.version import __version__ +from 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 |