From 92bbf8a1654de55a0095c40e630ba694509a330e Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jim@acmegating.com>
Date: Thu, 29 Jun 2023 07:51:29 -0700
Subject: [PATCH] Require sphinx-rtd-theme >= 1.2.2

The sphinx-rtd-theme package is not yet compatible with sphinx 7.

The 1.2.2 version of the theme pins sphinx to <7 which does work and
allows us to have a transitive pin on sphinx that will be auto-removed
once sphinx-rtd-theme is updated to work with sphinx 7 and released.

Change-Id: Ib6771ebe5a30892ee16499f2434fe48e018e877c
---
 doc/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/requirements.txt b/doc/requirements.txt
index 36adfde..b6b324f 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,4 +3,4 @@ sphinxcontrib-programoutput
 sphinx-autodoc-typehints
 reno>=2.8.0 # Apache-2.0
 zuul-sphinx
-sphinx_rtd_theme
+sphinx_rtd_theme>=1.2.2