Skip to content

Commit a8f20c0

Browse files
committed
conf.py fix
1 parent 877c430 commit a8f20c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
import os
1414
import sys
15-
sys.path.insert(0, os.path.abspath('../dle_encoder'))
15+
sys.path.insert(0, os.path.abspath('..'))
1616
import dle_encoder
1717

1818
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)