From e1dd56e21bd051ea2f6f2bf6d4041d088a1a1a8d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Apr 2021 23:52:06 +0100 Subject: [PATCH] docs: Change sphinx theme to classic This seems to make navigation a bit easier. Signed-off-by: Ian Jackson --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2173536..2c65344c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,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 = 'classic' # 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 -- 2.30.2