From 8a122ad47e7339bd58ac5f521eaec1f96530b2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20M=2E=20Navarro?= Date: Sat, 23 Sep 2023 12:21:37 +0200 Subject: [PATCH] github action added to build sphinx-based doc. --- src/sphinx/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sphinx/conf.py b/src/sphinx/conf.py index 70d5b7a..2ff4072 100644 --- a/src/sphinx/conf.py +++ b/src/sphinx/conf.py @@ -8,9 +8,11 @@ import os import sys -sys.path.insert(0, os.path.abspath('../src/')) +sys.path.insert(1, os.path.abspath('../src/')) +# sys.path.insert(0, os.path.abspath('../src/')) from multigit import __version__ +# from multigit import __version__ # -- Project information -----------------------------------------------------