From a1e866e46e88e1822f918615e4e671a9129cd3fb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 14 Mar 2015 22:06:38 +0100 Subject: [PATCH] docs: Use sphinx_rtd_theme bundled with Sphinx 1.3 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a47901d4..88ea49f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,7 +114,7 @@ modindex_common_prefix = ['mopidy.'] # -- Options for HTML output -------------------------------------------------- -html_theme = 'default' +html_theme = 'sphinx_rtd_theme' html_theme_path = ['_themes'] html_static_path = ['_static']