Skip to content
Snippets Groups Projects
Commit 2cc9e63d authored by Moreau Nicolas's avatar Moreau Nicolas
Browse files

Fixes path of yafitss in sphinx configuration

parent a8a70319
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment