diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b57f471..da76a9b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,8 +19,6 @@ jobs: - name: Sphinx build run: | sphinx-build docs _build - - name: Create .nojekyll file - run: touch .nojekyll - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} diff --git a/docs/conf.py b/docs/conf.py index 2a840af..a750f80 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,6 +28,7 @@ "sphinx.ext.intersphinx", "sphinx.ext.viewcode", "nbsphinx", + "sphinx.ext.githubpages", ] autosummary_generate = True