mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Warn on deprecated Python-specific index types (#11412)
This commit is contained in:
@@ -117,13 +117,6 @@ def test_gettext_index_entries(app):
|
||||
"Third",
|
||||
"Entry",
|
||||
"See",
|
||||
"Module",
|
||||
"Keyword",
|
||||
"Operator",
|
||||
"Object",
|
||||
"Exception",
|
||||
"Statement",
|
||||
"Builtin",
|
||||
]
|
||||
for expect in expected_msgids:
|
||||
assert expect in msgids
|
||||
|
||||
Reference in New Issue
Block a user