Skip to content

Commit

Permalink
docs: Use sizzle theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 23, 2023
1 parent d275e23 commit c454ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def prep_jinja_env(jinja_env: JinjaEnvironment) -> None:
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = "sphinx_rtd_theme"
html_theme = "sizzle"
html_static_path = ["_static"]
html_css_files = ["theme_overrides.css"]
html_theme_options = {
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ sphinx
sphinx-autoapi
sphinx-copybutton
sphinx-rtd-theme
sphinx-sizzle-theme
sphinx-tippy
sphinx-togglebutton
sphinxcontrib-jquery
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ safety = ">=2.1.1"
sphinx-autoapi = ">=2.0.0"
sphinx-copybutton = ">=0.5.1"
sphinx-rtd-theme = ">=1.0.0"
sphinx-sizzle-theme = ">=0.1.3"
sphinx-tippy = ">=0.4.1"
sphinx-togglebutton = ">=0.3.2"
sphinxcontrib-mermaid = ">=0.7.1"
Expand Down

0 comments on commit c454ccf

Please sign in to comment.