From 42670b6f9089f4ebeda50bf6693f13a51d9c4ca8 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 4 Jan 2025 15:08:02 +0800 Subject: [PATCH] use book theme Signed-off-by: Jinzhe Zeng --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 88bbbfa..8678512 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "pydata_sphinx_theme" +html_theme = "sphinx_book_theme" # html_logo = "_static/logo.svg" html_static_path = ["_static"] html_js_files: list[str] = []