Skip to content

Commit 5214d82

Browse files
authored
Make sure autodoc can find our modules
1 parent f966950 commit 5214d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
#
2020
import os
21-
# import sys
22-
# sys.path.insert(0, os.path.abspath('.'))
21+
import sys
22+
sys.path.insert(0, os.path.abspath('..'))
2323

2424
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
2525
if on_rtd:

0 commit comments

Comments
 (0)