Blame 0001-Set-master_doc-to-index-in-conf.py-for-sphinx.patch

c19915f
From c0ae7b341645958a94ced29b84ab8f66a045bd5a Mon Sep 17 00:00:00 2001
c19915f
From: James Slagle <jslagle@redhat.com>
c19915f
Date: Mon, 13 Dec 2021 15:06:26 -0500
c19915f
Subject: [PATCH] Set master_doc to index in conf.py for sphinx
c19915f
39c5eba
Adapted by Federico Pellegrin <fede@evolware.org> for v 1.0.0
c19915f
39c5eba
diff -ruN a/doc/conf.py b/doc/conf.py
39c5eba
--- a/doc/conf.py	2022-12-03 21:54:08.000000000 +0100
39c5eba
+++ b/doc/conf.py	2023-04-17 11:36:12.097624785 +0200
39c5eba
@@ -124,5 +124,6 @@
c19915f
 intersphinx_mapping = {'https://docs.python.org/': None}
c19915f
 autoclass_content = "both"
39c5eba
 
c19915f
+master_doc = "index"
39c5eba
 # A list of files that should not be packed into the epub file.
39c5eba
 epub_exclude_files = ['search.html']