From c454ccfe357beeb54b0fc92a8f7bdf153ed8b787 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 23 Oct 2023 11:54:12 -0700 Subject: [PATCH] docs: Use sizzle theme. --- docs/conf.py | 2 +- docs/requirements.txt | 1 + pyproject.toml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f127b676..22ec7a02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = { diff --git a/docs/requirements.txt b/docs/requirements.txt index 947730e6..feaa09b9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,6 +5,7 @@ sphinx sphinx-autoapi sphinx-copybutton sphinx-rtd-theme +sphinx-sizzle-theme sphinx-tippy sphinx-togglebutton sphinxcontrib-jquery diff --git a/pyproject.toml b/pyproject.toml index 8fbeec2f..5155f76d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"