diff --git a/yafitss/sourcedoc/source/conf.py b/yafitss/sourcedoc/source/conf.py index 5cbc0862d06412dab5197b8376a8020e63cc373b..adfa9b1f75af0a09f72fa38bf034d706d1bc9adc 100644 --- a/yafitss/sourcedoc/source/conf.py +++ b/yafitss/sourcedoc/source/conf.py @@ -1,7 +1,7 @@ import os import sys -sys.path.insert(0, os.path.abspath(os.path.join("..", ".."))) -sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "yafitss"))) +sys.path.insert(0, os.path.abspath(os.path.join("..", "..", ".."))) +sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "..", "yafitss"))) # Configuration file for the Sphinx documentation builder. # @@ -35,6 +35,7 @@ exclude_patterns = [] + # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output