From 938d2c450aca196e3b20996f2a17c5913d5a9a89 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 26 Jan 2016 08:40:45 -0600 Subject: [PATCH] Switch to the RTD theme --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 991579f..0d10af2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -115,7 +115,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +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