Skip to content

Commit

Permalink
Switch from sphinxawesome_theme to furo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Aug 6, 2024
1 parent bb9b883 commit b2ac377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser sphinxawesome-theme sphinx>=6.0 sphinx_design sphinx-copybutton"
pre-build-command: "pip3 install --user --ignore-installed sphinxcontrib-domaintools myst-parser furo sphinx>=6.0 sphinx_design sphinx-copybutton"
docs-folder: .
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_permalinks_icon = '<span>#</span>'
html_theme = 'sphinxawesome_theme'
html_theme = 'furo'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit b2ac377

Please sign in to comment.