From 31e9524866bce6e80605f00b2d94fe4dea0feafb Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sun, 16 Feb 2025 22:15:50 +0800 Subject: [PATCH] feat: switch theme to furo --- docs/conf.py | 3 +-- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 53d5b563..a3b76024 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,6 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - "sphinx_immaterial", "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", @@ -40,7 +39,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "sphinx_immaterial" +html_theme = "furo" html_static_path = ["_static"] html_logo = "_static/logo.jpg" # html_favicon = "_static/favicon.ico" diff --git a/docs/requirements.txt b/docs/requirements.txt index af718d9f..31a43915 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ . +furo sphinx-immaterial