From adc78142a277b01ce68009e861f44fb254b82fb1 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Thu, 13 Oct 2022 11:23:06 +0200 Subject: [PATCH] Rename doc/contents.rst back to doc/index.rst and update conf.py accordingly Web browsers expect index.html while contents.html was rendered. --- doc/conf.py | 2 ++ doc/{contents.rst => index.rst} | 0 2 files changed, 2 insertions(+) rename doc/{contents.rst => index.rst} (100%) diff --git a/doc/conf.py b/doc/conf.py index a5dfe4f9..c5bcbf12 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,6 +49,8 @@ rst_epilog = """ .. |obs| replace:: open build service """ +master_doc = 'index' + # -- Options for HTML output ------------------------------------------------- diff --git a/doc/contents.rst b/doc/index.rst similarity index 100% rename from doc/contents.rst rename to doc/index.rst