We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4355be commit 9697129Copy full SHA for 9697129
docs/source/conf.py
@@ -1,7 +1,11 @@
1
+import os.path as osp
2
+import sys
3
import datetime
4
import sphinx_rtd_theme
5
import doctest
6
7
+sys.path.insert(0, osp.abspath('../..'))
8
+
9
from torch_scatter import __version__ # noqa
10
11
extensions = [
0 commit comments