diff options
-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' |