From 9a88cd0dfa2014354448a11a4a80c76de8bd0a54 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 21 Feb 2010 15:45:18 +0100 Subject: [PATCH] docs: Add 'mopidy.' as common prefix in module index --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8cb63290..2e924acb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,7 +84,7 @@ exclude_trees = ['_build'] pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] +modindex_common_prefix = ['mopidy.'] # -- Options for HTML output ---------------------------------------------------