From c483abe7408b6686099712fc4f77c13a225bd7c3 Mon Sep 17 00:00:00 2001 From: js2264 Date: Thu, 1 Aug 2024 16:52:25 +0200 Subject: [PATCH] docs: change theme --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b112c3b..4660c2d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,8 +58,8 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -# html_theme = "furo" -html_theme = "pydata_sphinx_theme" +html_theme = "furo" +# html_theme = "pydata_sphinx_theme" html_static_path = ["_static"] htmlhelp_basename = "momicsdoc" html_last_updated_fmt = "%b %d, %Y"