From dfe1a1f2a03d09921ba54e3832cac6d5433dd5a9 Mon Sep 17 00:00:00 2001 From: lim Date: Wed, 27 Jun 2012 16:59:27 +0000 Subject: 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 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source/conf.py') 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' -- cgit