diff options
Diffstat (limited to 'resources/tools/presentation/conf_cpta/conf.py')
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index 9b6e5f3bc1..4eb51d884e 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -101,3 +101,12 @@ html_context = { '_static/theme_overrides.css', # overrides for wide tables in RTD theme ], } + +# If false, no module index is generated. +html_domain_indices = True + +# If false, no index is generated. +html_use_index = True + +# If true, the index is split into individual pages for each letter. +html_split_index = False |