Skip to content

Commit 642c069

Browse files
committed
docs
1 parent 6b9d44e commit 642c069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
import sys
1111

1212
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/'))
13+
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', 'src')))
14+
sys.path.insert(0, os.path.abspath(os.path.join('..', 'src')))
15+
sys.path.insert(0, os.path.abspath(os.path.join('src')))
1616

1717
project = 'Advanced Graph Clustering'
1818
author = 'Timothe Watteau, Joaquim Jusseau, Aubin Bonnefoy, Simon Illouz-Laurent'

0 commit comments

Comments
 (0)