Skip to content

Commit

Permalink
Update doc building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed May 1, 2024
1 parent 3593bd2 commit 011c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: '3.11'
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser furo git+https://github.com/MolecularAI/maize.git nbsphinx
pip install sphinx sphinx_rtd_theme myst_parser furo git+https://github.com/MolecularAI/maize.git nbsphinx mkdocs mkdocs-gen-files mkdocs-bibtex python-markdown-math
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 011c3af

Please sign in to comment.