From 574f81f9fa6f9b1e1ac984b4d0944d9802fdef9c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 18 May 2016 21:55:54 -0400 Subject: [PATCH] Try a doc theme that looks more like pgAdmin. --- docs/en_US/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/conf.py b/docs/en_US/conf.py index 7ef77d6e7..93ad4e9cb 100644 --- a/docs/en_US/conf.py +++ b/docs/en_US/conf.py @@ -96,7 +96,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'classic' +html_theme = 'sphinx_rtd_theme' # 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