Skip to content

Commit ec13807

Browse files
authored
Merge pull request #42 from mts-ai/feature/upgrade-rtd-theme
upgrade rtd theme
2 parents 3c99f95 + 43aa002 commit ec13807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
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
@@ -25,7 +25,7 @@ jobs:
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 }}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
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

0 commit comments

Comments
 (0)