Skip to content

Commit a8152ac

Browse files
fix: PyPandoc warning
1 parent e76271a commit a8152ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
# sphinx gallery options
129129
sphinx_gallery_conf = {
130130
# convert rst to md for ipynb
131-
"pypandoc": True,
131+
"pypandoc": False,
132132
# path to your examples scripts
133133
"examples_dirs": ["../../examples"],
134134
# path where to save gallery generated examples

0 commit comments

Comments
 (0)