From b5ac7bc2a6c77e80f7d83ef2270eac7e05235928 Mon Sep 17 00:00:00 2001 From: nicolas Date: Tue, 25 Jun 2013 12:19:17 +0000 Subject: [PATCH] simplification --- doc/en/conf.py.in | 2 +- doc/fr/conf.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/conf.py.in b/doc/en/conf.py.in index cf8cfbb9..fc40711d 100644 --- a/doc/en/conf.py.in +++ b/doc/en/conf.py.in @@ -138,7 +138,7 @@ html_static_path = ['_static'] #html_additional_pages = {} # If false, no module index is generated. -html_use_modindex = True +html_domain_indices = True # If false, no index is generated. html_use_index = True diff --git a/doc/fr/conf.py.in b/doc/fr/conf.py.in index f2f51182..1ddadbc8 100644 --- a/doc/fr/conf.py.in +++ b/doc/fr/conf.py.in @@ -140,7 +140,7 @@ html_static_path = ['_static'] #html_additional_pages = {} # If false, no module index is generated. -html_use_modindex = True +html_domain_indices = True # If false, no index is generated. html_use_index = True -- 2.39.2