Skip to content

Commit f10bc12

Browse files
committed
Update
1 parent 35cfb9e commit f10bc12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ def reset_seeds(gallery_conf, fname):
108108
"%matplotlib inline"),
109109
'reset_modules': (reset_seeds),
110110
'ignore_pattern': r'_torch_export_nightly_tutorial.py',
111-
'pypandoc': {'extra_args': ['--mathjax'],
112-
'filters': ['./custom_pandoc_filter.py'],
113-
},
111+
'pypandoc': {'extra_args': ['--mathjax'],
112+
'filters': ['./custom_pandoc_filter.py'],
113+
},
114114
}
115115

116116
if os.getenv('GALLERY_PATTERN'):

0 commit comments

Comments
 (0)