Skip to content

Commit

Permalink
install pandoc for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Dec 8, 2024
1 parent 94680c3 commit 020d2bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Update and install wget
run: |
sudo apt-get update && sudo apt-get install --yes wget
sudo apt-get update && sudo apt-get install --yes wget pandoc
- name: Download libscip-linux.zip
run: |
Expand Down
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sphinx==4.3.1
sphinx_copybutton==0.4.0
furo==2021.11.23
myst-parser==0.15.2
nbsphinx==0.8.7
jupyter==1.0.0
Sphinx
sphinx_copybutton
furo
myst-parser
nbsphinx
jupyter

0 comments on commit 020d2bb

Please sign in to comment.