Skip to content

Commit 7aa9246

Browse files
committed
Update sphinx.yml
Install Pandoc in the yml file to correctly convert .ipynb to html.
1 parent b29b940 commit 7aa9246

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Install Pandoc
17+
uses: pandoc/actions/setup@v1
18+
with:
19+
version: 3.5
20+
1621
- name: Install dependencies
1722
run: pip install -r docs/requirements.txt
1823

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sphinx
22
myst-parser
33
sphinx-design
4-
pandoc
54
nbconvert
65
nbsphinx
76
notebook<7
@@ -10,4 +9,6 @@ numpy
109
pandas
1110
requests
1211
scikit-learn
13-
pyyaml
12+
pyyaml
13+
matplotlib
14+
seaborn

0 commit comments

Comments
 (0)