From 9003ed3826e7fc1639e58b41a2d651c26bcd5d8c Mon Sep 17 00:00:00 2001 From: teobucci Date: Fri, 16 Feb 2024 14:52:26 +0100 Subject: [PATCH] Update documentation.yaml --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index d9ef7bc..8089477 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme myst_parser nbsphinx sphinx-autodoc + pip install sphinx sphinx_rtd_theme myst_parser nbsphinx - name: Sphinx build run: | sphinx-build docs/source docs/build