"...text-generation-inference.git" did not exist on "853d4eb9cf51fced975a428de15428fb4860a449"
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': ...@@ -236,7 +236,7 @@ if dglbackend == 'mxnet':
if dglbackend == 'pytorch': 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/*\.py" sphinx_gallery_conf['ignore_pattern'] = ".*tutorials/.*"
# 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