We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9d44e commit 642c069Copy full SHA for 642c069
docs/conf.py
@@ -10,9 +10,9 @@
10
import sys
11
12
sys.path.insert(0, os.path.abspath('../library/'))
13
-sys.path.insert(0, os.path.abspath('../../src/'))
14
-sys.path.insert(0, os.path.abspath('../src/'))
15
-sys.path.insert(0, os.path.abspath('./src/'))
+sys.path.insert(0, os.path.abspath(os.path.join('..', '..', 'src')))
+sys.path.insert(0, os.path.abspath(os.path.join('..', 'src')))
+sys.path.insert(0, os.path.abspath(os.path.join('src')))
16
17
project = 'Advanced Graph Clustering'
18
author = 'Timothe Watteau, Joaquim Jusseau, Aubin Bonnefoy, Simon Illouz-Laurent'
0 commit comments