From b8130f03cdf0d877451b9f4787065b0a1c8098b2 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Mar 2015 22:18:25 +0100 Subject: [PATCH] Fix flake8 warning --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 71813ad7..fa75dd79 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,7 +116,7 @@ modindex_common_prefix = ['mopidy.'] # '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 = 'sphinx_rtd_theme' html_theme = 'default' html_theme_path = ['_themes'] html_static_path = ['_static']