From b3dca9c77596575a1ae959f0bead55217223203c Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 3 Jan 2023 12:28:23 -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: Id78d53132a2a021e41cf46696e79ba0b89b983d2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b876c60c..10cadcfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ 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 pyenchant # GNU LGPL