diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 67b7c07a..deb742fd 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -12,7 +12,7 @@ permissions: jobs: docs: # if: ${{ !github.event.act }} # skip during local actions testing - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} +# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: sphinx-build docs _build - name: Deploy uses: peaceiris/actions-gh-pages@v3 -# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/conf.py b/docs/conf.py index a2408334..463fb753 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,7 +126,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "alabaster" +html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the