From a0e7ec2935dbc6098e73c4b889897dbbc8c8e1fd Mon Sep 17 00:00:00 2001 From: Abdalla1423 <77030779+Abdalla1423@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:00:38 +0200 Subject: [PATCH] Update documentation.yml --- .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 4368110..f55e6a1 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 numpydoc - name: Sphinx build run: | sphinx-build -b html ./ _build/