From 6ad19b33d104151acbee03ac65907a62aec6fe24 Mon Sep 17 00:00:00 2001 From: LMBooth <31129153+LMBooth@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:17:04 +0100 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ac8d4ee..ddc4ff6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.extlinks', ] - +html_theme = 'alabaster' templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] master_doc = 'index' # for Sphinx < 2.0