From fb447b950e9e24e0d6a3ce3f3442fc9f82dd54c1 Mon Sep 17 00:00:00 2001 From: Jake Zerrer Date: Sat, 22 Nov 2025 10:31:29 -0500 Subject: Set 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 9fdbb5f..3aaefcd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,5 +23,5 @@ exclude_patterns = [] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] -- cgit v1.2.3