From d1ea35eda8fb28502b2850d42b73f3ccbc309641 Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Wed, 15 Nov 2023 14:20:13 +1300 Subject: [PATCH] docs: convert to pyramid theme --- db/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/docs/source/conf.py b/db/docs/source/conf.py index 43d98b76..9e853c1e 100644 --- a/db/docs/source/conf.py +++ b/db/docs/source/conf.py @@ -118,7 +118,7 @@ # a list of builtin themes. # html_theme = 'alabaster' # html_theme = "sphinx_rtd_theme" -html_theme = 'master' +html_theme = 'pyramid' # 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