Commit abee5829 authored by rusty1s's avatar rusty1s
Browse files

revert

parent 0476a60c
import os
import sys
import datetime import datetime
import sphinx_rtd_theme import sphinx_rtd_theme
import doctest import doctest
from torch_scatter import __version__
sys.path.insert(0, os.path.abspath('../..'))
from torch_scatter import __version__ # noqa
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment