diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index a991be2f1..442313a93 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -181,7 +181,7 @@ def index_directive(name, arguments, options, content, lineno, if entry.startswith(type+':'): value = entry[len(type)+1:].strip() value = pairindextypes[type] + '; ' + value - ne.append((type, value, targetid, value)) + ne.append(('pair', value, targetid, value)) break else: for type in indextypes: