Skip to content

Commit 54771dc

Browse files
update conf.py
1 parent 8938709 commit 54771dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def reset_seeds(gallery_conf, fname):
108108
"# https://pytorch.org/tutorials/beginner/colab\n"
109109
"%matplotlib inline"),
110110
'reset_modules': (reset_seeds),
111-
'ignore_pattern': r'_torch_export_nightly_tutorial.py',
111+
'ignore_pattern': r'_torch_export_nightly_tutorial.py|profile_utils.py',
112112
'pypandoc': {'extra_args': ['--mathjax', '--toc'],
113113
'filters': ['.jenkins/custom_pandoc_filter.py'],
114114
},

0 commit comments

Comments
 (0)