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