Skip to content

Commit 020d2bb

Browse files
committed
install pandoc for docs
1 parent 94680c3 commit 020d2bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Update and install wget
2222
run: |
23-
sudo apt-get update && sudo apt-get install --yes wget
23+
sudo apt-get update && sudo apt-get install --yes wget pandoc
2424
2525
- name: Download libscip-linux.zip
2626
run: |

docs/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Sphinx==4.3.1
2-
sphinx_copybutton==0.4.0
3-
furo==2021.11.23
4-
myst-parser==0.15.2
5-
nbsphinx==0.8.7
6-
jupyter==1.0.0
1+
Sphinx
2+
sphinx_copybutton
3+
furo
4+
myst-parser
5+
nbsphinx
6+
jupyter

0 commit comments

Comments
 (0)