Skip to content

Commit

Permalink
Merge pull request #85 from ImperialCollegeLondon/tomjholland-patch-3
Browse files Browse the repository at this point in the history
Patch sphinx.yml to install pandoc
  • Loading branch information
tomjholland authored Aug 2, 2024
2 parents 45ee5ac + 8731779 commit 1d42019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip install -U pip
pip install -r requirements-dev.txt
pip install ipykernel
sudo apt-get install pandoc
- name: Run sphinx-apidoc
run: |
Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: docs/build/html

0 comments on commit 1d42019

Please sign in to comment.