From 435c4d3f8de68f2faffc6732a62c817e1f173172 Mon Sep 17 00:00:00 2001 From: LMBooth <31129153+LMBooth@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:21:00 +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 ddc4ff6..c26674f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.extlinks', ] -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] master_doc = 'index' # for Sphinx < 2.0