From cca506489d410f3d98e6a5cf1315944104c8bdee Mon Sep 17 00:00:00 2001 From: Jeff Rhoades <37990507+rhoadesScholar@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:52:55 -0400 Subject: [PATCH] Update docs.yaml Change workflow to only install packages necessary to build docs. --- .github/workflows/docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index e5727eb79..623d757bc 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -16,7 +16,8 @@ jobs: with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: install dacapo - run: pip install .[docs] + # run: pip install .[docs] + run: pip install sphinx-autodoc-typehints sphinx-autoapi sphinx-click sphinx-rtd-theme myst-parser - name: Build and Commit uses: sphinx-notes/pages@v2 with: