Skip to content

Commit dd2914b

Browse files
committed
Minor fix for tests
1 parent 0f7f203 commit dd2914b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sphinx_supp/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- coding: utf-8 -*-
2+
import sys
3+
sys.path.insert(0, '.')
24

35
master_doc = 'index'
46

0 commit comments

Comments
 (0)