From 033b688d0660580634115f565e3a79b1278175dd Mon Sep 17 00:00:00 2001 From: Timothe Watteau Date: Sat, 25 May 2024 23:10:28 +0200 Subject: [PATCH] docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 320c4c8..572d57c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ import os import sys -sys.path.insert(0, os.path.abspath('../src')) +sys.path.insert(0, os.path.abspath('src/')) sys.path.insert(1, os.path.abspath('../library')) project = 'Advanced Graph Clustering'