File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 docs :
1414# if: ${{ !github.event.act }} # skip during local actions testing
15- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
15+ # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v3
2525 sphinx-build docs _build
2626 - name : Deploy
2727 uses : peaceiris/actions-gh-pages@v3
28- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
28+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2929 with :
3030 publish_branch : gh-pages
3131 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 126126# The theme to use for HTML and HTML Help pages. See the documentation for
127127# a list of builtin themes.
128128#
129- html_theme = "alabaster "
129+ html_theme = "sphinx_rtd_theme "
130130
131131# Theme options are theme-specific and customize the look and feel of a theme
132132# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments