From 18bd5e0f65159008b1bd7e6dcf7fb3c1f1cf88c3 Mon Sep 17 00:00:00 2001 From: gphipps Date: Tue, 6 Aug 2024 15:59:57 -0700 Subject: [PATCH] Configuring furo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 34219184..46627b47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ pygments_style = "sphinx" # HTML output options -html_theme = "sphinx_rtd_theme" +html_theme = "furo" # Additional configurations