From e3c8ec2285d59c120d816f75eb2f47db6050f595 Mon Sep 17 00:00:00 2001 From: rajeshP524 Date: Fri, 5 Apr 2024 10:04:25 +0530 Subject: [PATCH] Fix Sphinx module version dependencies Fix openstack-tox-docs build errors due to Sphinx module dependencies by pinning versions for Sphinx Change-Id: I36900278b4737a4ba2a019d4938b940ad8aee828 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b64eb9d73..cad5bd927 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,7 @@ python-subunit>=0.0.18 readme_renderer[md] sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<=4.5.0;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<=5.0.0;python_version>='3.4' # BSD oslotest>=1.10.0 # Apache-2.0 openstackdocstheme>=1.19.0 # Apache-2.0 sphinx_rtd_theme