From b20d719be6dc92e04ecf16e839f2348195ce0d15 Mon Sep 17 00:00:00 2001 From: Tomas Cejka Date: Tue, 27 Aug 2024 00:04:56 +0200 Subject: [PATCH] pytrap: fixed doc config --- pytrap/docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytrap/docs/conf.py b/pytrap/docs/conf.py index 2a2e7f13..e21429a7 100644 --- a/pytrap/docs/conf.py +++ b/pytrap/docs/conf.py @@ -52,6 +52,7 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +master_doc = 'index' # -- Options for HTML output -------------------------------------------------