From 041da5058775f0a25ea8e5d4f3592b8858f00b69 Mon Sep 17 00:00:00 2001 From: Raphael Vallat Date: Thu, 28 Oct 2021 14:55:40 -0700 Subject: [PATCH] Add sphinx-panels to GH Actions to build doc --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 13ac74d6..e59e2513 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -41,7 +41,7 @@ jobs: - name: Build docs if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.8 }} run: | - pip install --upgrade sphinx sphinx_bootstrap_theme numpydoc sphinx-copybutton + pip install --upgrade sphinx sphinx_bootstrap_theme numpydoc sphinx-copybutton sphinx-panels make -C docs clean make -C docs html