"vscode:/vscode.git/clone" did not exist on "1915fdb984c62d7ce250cdfbdb2cc419ce4f51f0"
Unverified Commit ad3b09f1 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

Update conf.py

parent 491237aa
......@@ -236,7 +236,7 @@ if dglbackend == 'mxnet':
if dglbackend == 'pytorch':
sphinx_gallery_conf['filename_pattern'] = "/*(?<!mx)\.py"
else:
sphinx_gallery_conf['ignore_pattern'] = "/*tutorials/*\.py"
sphinx_gallery_conf['ignore_pattern'] = ".*tutorials/.*"
# sphinx-copybutton tool
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