From 4c42de691f3ebe78753d3221b6d3a33b1a74b705 Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Tue, 24 Sep 2024 12:57:44 -0400 Subject: [PATCH] updated --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 91a575fa..d295a331 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,7 +61,7 @@ html_static_path = ["_static"] -html_theme = "sphinx" +html_theme = "alabaster" html_theme_options = { "collapse_navigation": False, "navigation_depth": 4,