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
c19915f
c19915f
diff --git a/doc/conf.py b/doc/conf.py
c19915f
index 95d8999..a28f7c2 100644
c19915f
--- a/doc/conf.py
c19915f
+++ b/doc/conf.py
c19915f
@@ -121,3 +121,5 @@ html_sidebars = {
c19915f
 htmlhelp_basename = 'ssh-pythondoc'
c19915f
 intersphinx_mapping = {'https://docs.python.org/': None}
c19915f
 autoclass_content = "both"
c19915f
+
c19915f
+master_doc = "index"
c19915f
-- 
c19915f
2.31.1
c19915f