docs: Add 'mopidy.' as common prefix in module index

This commit is contained in:
Stein Magnus Jodal 2010-02-21 15:45:18 +01:00
parent cafab89f84
commit 9a88cd0dfa

View File

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