Skip to content

Commit

Permalink
Merge pull request #19 from PdIPS/TimRoith-patch-1
Browse files Browse the repository at this point in the history
Update Sphinx.yml
  • Loading branch information
TimRoith authored Mar 12, 2024
2 parents 1ebbd8d + 0cb5f4b commit 063393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: docker://pandoc/core:2.9
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
pip install sphinx_design
pip install nbsphinx
pip install pydata-sphinx-theme
pip install -r requirements.txt
conda install pandoc
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 063393e

Please sign in to comment.