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

Update conf.py

parent 11d79947
...@@ -78,15 +78,6 @@ language = None ...@@ -78,15 +78,6 @@ language = None
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path. # This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [] exclude_patterns = []
'''
if dglbackend == "mxnet":
include_patterns = ['api/python/nn-mxnet*']
elif dglbackend == "tensorflow":
include_patterns = ['api/python/nn-tensorflow*']
else:
# pytorch
exclude_patterns = ['api/python/nn-tensorflow*', 'api/python/nn-mxnet*']
'''
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = None pygments_style = None
...@@ -224,9 +215,6 @@ gallery_dirs = ['tutorials/blitz/', ...@@ -224,9 +215,6 @@ gallery_dirs = ['tutorials/blitz/',
'tutorials/models/', 'tutorials/models/',
'tutorials/multi/', 'tutorials/multi/',
'tutorials/cpu'] # path to generate docs 'tutorials/cpu'] # path to generate docs
if dglbackend != "pytorch":
examples_dirs = []
gallery_dirs = []
reference_url = { reference_url = {
'dgl' : None, 'dgl' : None,
......
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