From 0ec65bbd153ecc76695f78efda175b3bfa31e348 Mon Sep 17 00:00:00 2001 From: Philippe Pepiot Date: Thu, 24 Aug 2023 23:21:10 +0200 Subject: [PATCH] Fix broken docs build with sphinx 7.2 AttributeError: partially initialized module 'testinfra' has no attribute 'backend' (most likely due to a circular import) Do be investiguated. --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 45bed196..2509dd7a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,3 @@ -sphinx>=1.3 +sphinx>=7.1,<7.2 alabaster>=0.7.2 .