From e7760eb2201d7a41d93b910d5e127ae1d35586c3 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 14 Oct 2023 11:06:21 -0500 Subject: [PATCH] try sphinx rtd theme specifically --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5dd3524..7047f18 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ html_theme = "default" html_theme_path = ["."] else: - html_theme = "default" + html_theme = "sphinx_rtd_theme" html_theme_path = ["."] # Add any paths that contain custom static files (such as style sheets) here,