Skip to content

Commit

Permalink
maybe more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Apr 24, 2024
1 parent f6831eb commit 5e7597a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build docs
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y pandoc && apt-get install -y git"
pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y git"
docs-folder: "docs/"
- name: Checkout pages branch
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
markupsafe
sphinx_rtd_theme
numpy
nbsphinx
Expand Down

0 comments on commit 5e7597a

Please sign in to comment.