diff --git a/docs/conf.py b/docs/conf.py index f127b676..719e9ba8 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 = "press" 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..d647aebe 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,6 +4,7 @@ myst-parser sphinx sphinx-autoapi sphinx-copybutton +sphinx-press-theme sphinx-rtd-theme sphinx-tippy sphinx-togglebutton diff --git a/pyproject.toml b/pyproject.toml index 8fbeec2f..c11767f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ ruff = ">=0.0.292" safety = ">=2.1.1" sphinx-autoapi = ">=2.0.0" sphinx-copybutton = ">=0.5.1" +sphinx-press-theme = ">=0.8.0" sphinx-rtd-theme = ">=1.0.0" sphinx-tippy = ">=0.4.1" sphinx-togglebutton = ">=0.3.2"