From 289f61afc97b94e1498d925f7faac23bd7a2a976 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 3 Jan 2023 13:13:40 -0500 Subject: [PATCH] Up sphinx for Python 3.10 - Jammy On Jammy hosts the docs will not build due to an incompatibility between Sphinx and Python 3.10. Increase Sphinx version in requirements.txt to at least 4.2. Change-Id: I34d9c1a6baa042535ea74758c9a4b51f97e6965a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62c3f92..868e89f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=4.2 # BSD openstackdocstheme>=2.2.1 # Apache-2.0 whereto>=0.3.0 # Apache-2.0