From b7ca9a97044a79f1a21b0c83bdc033c3dd0d5b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 10 Apr 2021 11:13:00 +0200 Subject: [PATCH] chg: [documentation] updated configuration for the documentation --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c87a749..a30361a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,9 +138,6 @@ html_static_path = ['_static'] # If false, no module index is generated. #html_domain_indices = True -# If false, no index is generated. -html_use_index = False - # If true, the index is split into individual pages for each letter. #html_split_index = False @@ -161,9 +158,6 @@ html_use_index = False # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None -# Output file base name for HTML help builder. -htmlhelp_basename = 'Stgandoc' - # -- Options for LaTeX output --------------------------------------------------