Skip to content

Commit

Permalink
Merge pull request #86 from UBC-MDS/fix-update_theme
Browse files Browse the repository at this point in the history
Fix theme
  • Loading branch information
Albert0011 authored Feb 1, 2025
2 parents 827fefe + d6d42bd commit e0664c2
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 29 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
# 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 = 'sphinx_book_theme'
122 changes: 95 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
sphinx-book-theme = "^1.1.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
Expand Down

0 comments on commit e0664c2

Please sign in to comment.