From 9b122bfc8319b1da66d68d84127c906b707bb119 Mon Sep 17 00:00:00 2001 From: Jeff Rhoades <37990507+rhoadesScholar@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:43:47 -0400 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index faf7ebb..91225fd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install sphinx + pip install sphinx sphinx_book_theme - name: Build documentation # run: make -C docs html # Adjust the path to your docs directory if needed