doc:document theme (#469)

1.change document theme style
This commit is contained in:
magic.chen 2023-08-21 10:08:45 +08:00 committed by GitHub
commit 6cd9e0cf24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]