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