Skip to content

Commit abee582

Browse files
committed
revert
1 parent 0476a60 commit abee582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
import os
2+
import sys
13
import datetime
24
import sphinx_rtd_theme
35
import doctest
4-
from torch_scatter import __version__
6+
7+
sys.path.insert(0, os.path.abspath('../..'))
8+
9+
from torch_scatter import __version__ # noqa
510

611
extensions = [
712
'sphinx.ext.autodoc',

0 commit comments

Comments
 (0)