You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-repoze-sphinx-autoin.../SOURCES/22.patch

22 lines
710 B

From e5ede84cda723335e6dbd803d5602d7355d56cf0 Mon Sep 17 00:00:00 2001
From: Jerry James <loganjerry@gmail.com>
Date: Mon, 29 Jan 2024 09:28:30 -0700
Subject: [PATCH] Fix tests with Sphinx 7.2.x
---
repoze/sphinx/tests/test_autointerface.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/repoze/sphinx/tests/test_autointerface.py b/repoze/sphinx/tests/test_autointerface.py
index d2682f9..64ae46b 100644
--- a/repoze/sphinx/tests/test_autointerface.py
+++ b/repoze/sphinx/tests/test_autointerface.py
@@ -29,6 +29,7 @@ class Options(dict):
imported_members = False
show_inheritance = False
noindex = False
+ no_index = False
annotation = None
synopsis = ''
platform = ''