Skip to content

Commit df18107

Browse files
committed
docs/conf.py: fixed version importing
1 parent fe9e958 commit df18107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
import datetime
1010
import importlib.metadata
11+
import os
12+
import sys
1113

14+
sys.path.insert(0, os.path.abspath('../'))
1215

1316
project = 'lxmlh'
1417
copyright = f'{datetime.date.today().year}, Mina Sami'

0 commit comments

Comments
 (0)