We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e577bac commit d8e6e12Copy full SHA for d8e6e12
conf.py
@@ -108,7 +108,7 @@ def reset_seeds(gallery_conf, fname):
108
"# https://pytorch.org/tutorials/beginner/colab\n"
109
"%matplotlib inline"),
110
'reset_modules': (reset_seeds),
111
- 'ignore_pattern': r'_torch_export_nightly_tutorial.py',
+ 'ignore_pattern': r'_torch_export_nightly_tutorial.py|profile_utils.py',
112
'pypandoc': {'extra_args': ['--mathjax', '--toc'],
113
'filters': ['.jenkins/custom_pandoc_filter.py'],
114
},
0 commit comments