diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 42d28d0..77ee9fe 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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