diff options
author | lim <lim@stsci.edu> | 2012-06-27 12:59:27 -0400 |
---|---|---|
committer | lim <lim@stsci.edu> | 2012-06-27 12:59:27 -0400 |
commit | dfe1a1f2a03d09921ba54e3832cac6d5433dd5a9 (patch) | |
tree | 0971e5ccd5ac1e365832d6a2dfa1751278d9a024 /doc | |
parent | 274d8a03c34444abc0ddd0f2c6495f72ba6959c1 (diff) | |
download | stsci.sphere-dfe1a1f2a03d09921ba54e3832cac6d5433dd5a9.tar.gz |
lim fixed duplicate modindex on doc with help from embray
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17585 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: e5c4fa43d118033e516c3c242901d7a471dc1ed9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 94a92fb..b72fe33 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -141,7 +141,7 @@ html_static_path = ['_static'] #html_additional_pages = {} # If false, no module index is generated. -#html_domain_indices = True +html_domain_indices = ['py-modindex'] # If false, no index is generated. #html_use_index = True @@ -206,7 +206,7 @@ latex_documents = [ #latex_appendices = [] # If false, no module index is generated. -#latex_domain_indices = True +latex_domain_indices = ['py-modindex'] # -- Options for manual page output -------------------------------------------- @@ -236,7 +236,7 @@ texinfo_documents = [ #texinfo_appendices = [] # If false, no module index is generated. -#texinfo_domain_indices = True +texinfo_domain_indices = ['py-modindex'] # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' |