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

Update conf.py

parent ad3b09f1
...@@ -237,6 +237,7 @@ if dglbackend == 'pytorch': ...@@ -237,6 +237,7 @@ if dglbackend == 'pytorch':
sphinx_gallery_conf['filename_pattern'] = "/*(?<!mx)\.py" sphinx_gallery_conf['filename_pattern'] = "/*(?<!mx)\.py"
else: else:
sphinx_gallery_conf['ignore_pattern'] = ".*tutorials/.*" sphinx_gallery_conf['ignore_pattern'] = ".*tutorials/.*"
sphinx_gallery_conf['plot_gallery'] = False
# sphinx-copybutton tool # sphinx-copybutton tool
copybutton_prompt_text = r'>>> |\.\.\. ' copybutton_prompt_text = r'>>> |\.\.\. '
......
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