Skip to content

Commit f219b50

Browse files
committed
Add --toc extra arg
1 parent 686cd52 commit f219b50

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
"%matplotlib inline"),
109109
'reset_modules': (reset_seeds),
110110
'ignore_pattern': r'_torch_export_nightly_tutorial.py',
111-
'pypandoc': {'extra_args': ['--mathjax'],
111+
'pypandoc': {'extra_args': ['--mathjax', '--toc'],
112112
'filters': ['.jenkins/custom_pandoc_filter.py'],
113113
},
114114
}

0 commit comments

Comments
 (0)