From 248115d6fd9ec5caf45ad323ebdc0db960a11509 Mon Sep 17 00:00:00 2001 From: lin-hua-cheng Date: Thu, 9 Jul 2015 21:37:29 -0700 Subject: [PATCH] Fixes modules index generated by Sphinx Sphinx was always using (h)orizon and (o)penstack_dashboard for the prefix so the index wasn't very useful. Change-Id: Ifbd86d8d12e6dd808646d3b0708ca98ec6428e26 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3eb0e9815a..b9309c52d3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -231,7 +231,7 @@ show_authors = False pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -# modindex_common_prefix = [] +modindex_common_prefix = ['horizon.', 'openstack_dashboard.'] primary_domain = 'py' nitpicky = False