Unverified Commit aba0506c authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

Update conf.py

parent 395b89e4
...@@ -49,14 +49,9 @@ extensions = [ ...@@ -49,14 +49,9 @@ extensions = [
'sphinx.ext.graphviz', 'sphinx.ext.graphviz',
'sphinx_gallery.gen_gallery', 'sphinx_gallery.gen_gallery',
'sphinx_copybutton', 'sphinx_copybutton',
#'nbsphinx', 'nbsphinx',
#'nbsphinx_link', 'nbsphinx_link',
] ]
if dglbackend == "pytorch":
extensions.extend([
'nbsphinx',
'nbsphinx_link',
])
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
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