From: Ian Jackson Date: Wed, 14 Apr 2021 22:52:06 +0000 (+0100) Subject: docs: Change sphinx theme to classic X-Git-Tag: otter-0.5.0~53 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e1dd56e21bd051ea2f6f2bf6d4041d088a1a1a8d;p=otter.git docs: Change sphinx theme to classic This seems to make navigation a bit easier. Signed-off-by: Ian Jackson --- 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