diff options
author | lin-hua-cheng <os.lcheng@gmail.com> | 2015-07-09 21:28:20 -0700 |
---|---|---|
committer | lin-hua-cheng <os.lcheng@gmail.com> | 2015-07-09 21:28:20 -0700 |
commit | aa8751e57ef6e85ccc5bfd1cd46a171808f861a6 (patch) | |
tree | ccc1c6653d1b3fac51385abaf6d30ceb749d6196 /doc/source | |
parent | 05acc64b53dac45b8abe038b5ce5d2b39df138da (diff) | |
download | django_openstack_auth-aa8751e57ef6e85ccc5bfd1cd46a171808f861a6.tar.gz |
Fixes modules index generated by Sphinx
Sphinx was always using (o)penstack_auth for the prefix so the index
wasn't very useful.
Change-Id: I872b883688eba22631dd030dad9430b39a19f333
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 694f137..3e4c09c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -77,7 +77,7 @@ exclude_patterns = ['_build'] pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] +modindex_common_prefix = ['openstack_auth.'] # -- Options for HTML output --------------------------------------------------- |