From e9d7a3836ea623492c93fbb056feb164463282f1 Mon Sep 17 00:00:00 2001 From: Joseph Viviano Date: Tue, 24 Sep 2024 12:53:13 -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 a79b78df..91a575fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,7 +61,7 @@ html_static_path = ["_static"] -html_theme = "renku" +html_theme = "sphinx" html_theme_options = { "collapse_navigation": False, "navigation_depth": 4,