From 02b8938cffa23c314cc2d34720750569f828c9d7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 14 Dec 2015 12:57:38 +0100 Subject: Use RTD theme --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 34dea7e..5fe2a50 100644 --- a/conf.py +++ b/conf.py @@ -91,7 +91,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 = 'default' +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 -- cgit v1.2.3