Skip to content

Commit 7570c7a

Browse files
committed
Fix tests with Sphinx 7.2.x and 8.2.x
1 parent 8071dc5 commit 7570c7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repoze/sphinx/tests/test_autointerface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class Options(dict):
2929
imported_members = False
3030
show_inheritance = False
3131
noindex = False
32+
no_index = False
33+
no_index_entry = False
3234
annotation = None
3335
synopsis = ''
3436
platform = ''

0 commit comments

Comments
 (0)