switch theme

This commit is contained in:
2023-05-29 03:22:28 +00:00
parent a4a9ea0248
commit 82f773a58e
94 changed files with 36637 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import sphinx_bootstrap_theme
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
@@ -24,5 +25,6 @@ exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_theme = 'bootstrap'
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_static_path = ['_static']