From 3985ed8c87b83b9071855da55c9564517669028a Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Thu, 30 Jun 2022 12:44:23 +0800 Subject: [PATCH] update conf.py --- source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index d04374c9..0b0f2623 100644 --- a/source/conf.py +++ b/source/conf.py @@ -60,8 +60,8 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx_rtd_theme' - +#html_theme = 'sphinx_rtd_theme' +html_theme = 'furo' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".