docs: Use sphinx_rtd_theme

As for Debian packaging, the theme is packaged in jessie.
This commit is contained in:
Stein Magnus Jodal 2015-11-18 14:51:27 +01:00
parent 8234d38a5d
commit 95f526b60e

View File

@ -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