From 7acc6a857be1cd536b632b9635a706c29e5fb449 Mon Sep 17 00:00:00 2001 From: weilinglindachen Date: Mon, 15 Apr 2024 01:14:37 +0800 Subject: [PATCH] Fix missing installed modules --- .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 ae0675b..184d0fa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-python@v3 - name: Install sphinx dependencies run: | - pip install sphinx sphinx-rtd-theme myst_parser + pip install sphinx sphinx-rtd-theme numpydoc sphinx-notfound-page myst_parser - name: Install and Build 🔧 run: sphinx-build doc/source doc/build