From 1e43dfd8db3b7d113fcaa779a3aefaf9c876eaf4 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 26 Jan 2026 17:19:10 -0800 Subject: [PATCH] doc: switch to sphinxdoc theme --- documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/conf.py b/documentation/conf.py index 8b05315..af7cc30 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -110,7 +110,7 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinxdoc' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the