From 5d4c555711f0447b41ef6c47e1e8de9c605f7c66 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 28 Nov 2015 21:00:35 -0500 Subject: [PATCH] Switch to Sphinx RTD theme. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6c6c749dc..3183d7761 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,7 +113,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 = '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