docs: Use sphinx_rtd_theme bundled with Sphinx 1.3

This commit is contained in:
Stein Magnus Jodal 2015-03-14 22:06:38 +01:00
parent b36083bae6
commit a1e866e46e

View File

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