From a2de9c199d1f51f27d67f80712ecf811044fe705 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 18 Nov 2018 19:58:59 +0000 Subject: [PATCH] Switch to sphinx theme 'agogo'. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 12c6270a..0374178e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,7 +111,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. # html_theme = 'default' -html_theme = 'nature' +html_theme = 'agogo' # 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.34.1