Skip to content

Commit 0476a60

Browse files
committed
doc clean up
1 parent 403e55e commit 0476a60

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/source/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import os
2-
import sys
31
import datetime
42
import sphinx_rtd_theme
53
import doctest
6-
7-
sys.path.insert(0, os.path.abspath('../..'))
8-
9-
from torch_scatter import __version__ # noqa
4+
from torch_scatter import __version__
105

116
extensions = [
127
'sphinx.ext.autodoc',

0 commit comments

Comments
 (0)