Skip to content

Commit deeed0d

Browse files
committed
Install pypandoc
1 parent c553fd5 commit deeed0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
from custom_directives import IncludeDirective, GalleryItemDirective, CustomGalleryItemDirective, CustomCalloutItemDirective, CustomCardItemDirective
4242
import distutils.file_util
4343
import re
44+
import pypandoc
4445
from get_sphinx_filenames import SPHINX_SHOULD_RUN
4546

4647
import plotly.io as pio

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sphinx-gallery==0.11.1
66
sphinx_design
77
docutils==0.16
88
sphinx-copybutton
9+
pypandoc==1.12
910
tqdm
1011
numpy
1112
matplotlib

0 commit comments

Comments
 (0)