From 323ad2c86d08d538391cef49d2372199d0a1b180 Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Mon, 21 Aug 2023 10:07:12 +0800 Subject: [PATCH] doc:document theme --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8d3df6678..522813fd7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,5 +56,5 @@ gettext_uuid = True # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "sphinx_book_theme" +html_theme = "furo" html_static_path = ["_static"]