From 7ec0c59b07447d568acae80417e3534d16d58194 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 27 Jun 2024 17:37:54 +0200 Subject: [PATCH] Fix autodoc API build in CI. --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f3cfa23..7e5e7e2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme myst_parser + pip install sphinx sphinx_rtd_theme myst_parser numpy vedo PySide6 - name: Sphinx build run: | sphinx-build docs/src docs/build