From 917220cdc0c42949756e3531b5a7887ff54cb854 Mon Sep 17 00:00:00 2001 From: krzywon Date: Thu, 28 Sep 2023 13:29:02 -0400 Subject: [PATCH] Use default sphinx theme --- 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 f288a13..24a6003 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,5 +18,5 @@ # -- Options for HTML output ------------------------------------------------- -html_theme = 'alabaster' +html_theme = 'default' html_static_path = ['_static']