docs: Ingore 'taskflow.' prefix when sorting module index

This makes e.g. 'taskflow.atom' appear under 'a', not under 't'.

Related blueprint sphinx-docs

Change-Id: I4810f25d8145ead96b022faddf9c9d69b7fa0760
This commit is contained in:
Ivan A. Melnikov 2014-03-13 11:26:25 +04:00
parent da4b9198e9
commit f68a407998

View File

@ -46,6 +46,10 @@ add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# Prefixes that are ignored for sorting the Python module index
modindex_common_prefix = ['taskflow.']
# -- Options for HTML output --------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with