Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
e5d545ea
Commit
e5d545ea
authored
Jun 29, 2019
by
rusty1s
Browse files
removed torch dependency in test
parent
670e9f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
docs/source/conf.py
docs/source/conf.py
+1
-7
No files found.
docs/source/conf.py
View file @
e5d545ea
import
os.path
as
osp
import
sys
import
datetime
import
sphinx_rtd_theme
import
doctest
sys
.
path
.
insert
(
0
,
osp
.
abspath
(
'../..'
))
from
torch_scatter
import
__version__
# noqa
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
...
...
@@ -25,7 +19,7 @@ author = 'Matthias Fey'
project
=
'pytorch_scatter'
copyright
=
'{}, {}'
.
format
(
datetime
.
datetime
.
now
().
year
,
author
)
version
=
'master
({})'
.
format
(
__version__
)
version
=
'master
'
release
=
'master'
html_theme
=
'sphinx_rtd_theme'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment