aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf_cpta
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-04 15:50:09 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-04 15:50:09 +0200
commitfc7a9563a6d23aaaace589606e431fad409b1ab9 (patch)
treee7566acca2fefff6a6588bddcc79dab15eed5ea2 /resources/tools/presentation/conf_cpta
parent42c909bf905d0860d4e28821925b0f701698adc8 (diff)
CSIT-1027: Add Index
Change-Id: If92bf076e4a55fff8f740b20a1f3aa5019c66091 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf_cpta')
-rw-r--r--resources/tools/presentation/conf_cpta/conf.py9
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