diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61b1b85..d471ed0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,12 +15,13 @@ jobs: python-version: "3.11" - name: Install dependencies run: | - pip install -r requirements.txt + pip install -r sphinx furo sphinxcontrib-apidoc sphinx-autoapi - name: Sphinx build run: | cd docs/ sphinx-apidoc -f -o . ../src make html + cd ../ - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}