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

rdobuilder 3637e4
From c0ae7b341645958a94ced29b84ab8f66a045bd5a Mon Sep 17 00:00:00 2001
rdobuilder 3637e4
From: James Slagle <jslagle@redhat.com>
rdobuilder 3637e4
Date: Mon, 13 Dec 2021 15:06:26 -0500
rdobuilder 3637e4
Subject: [PATCH] Set master_doc to index in conf.py for sphinx
rdobuilder 3637e4
rdobuilder 3637e4
rdobuilder 3637e4
diff --git a/doc/conf.py b/doc/conf.py
rdobuilder 3637e4
index 95d8999..a28f7c2 100644
rdobuilder 3637e4
--- a/doc/conf.py
rdobuilder 3637e4
+++ b/doc/conf.py
rdobuilder 3637e4
@@ -121,3 +121,5 @@ html_sidebars = {
rdobuilder 3637e4
 htmlhelp_basename = 'ssh-pythondoc'
rdobuilder 3637e4
 intersphinx_mapping = {'https://docs.python.org/': None}
rdobuilder 3637e4
 autoclass_content = "both"
rdobuilder 3637e4
+
rdobuilder 3637e4
+master_doc = "index"
rdobuilder 3637e4
-- 
rdobuilder 3637e4
2.31.1
rdobuilder 3637e4