From 95f526b60e69922f79f5e5274aa2e454f683d199 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 18 Nov 2015 14:51:27 +0100 Subject: [PATCH] docs: Use sphinx_rtd_theme As for Debian packaging, the theme is packaged in jessie. --- docs/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 88ff29eb..bd553ae4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,11 +111,7 @@ modindex_common_prefix = ['mopidy.'] # -- Options for HTML output -------------------------------------------------- -# 'sphinx_rtd_theme' is bundled with Sphinx 1.3, which we don't have when -# building the docs as part of the Debian packages on e.g. Debian wheezy. -# html_theme = 'sphinx_rtd_theme' -html_theme = 'default' -html_theme_path = ['_themes'] +html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] html_use_modindex = True