From e6739efa3c75fc94ea072552b2a2e5b4a5619b44 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Aug 2008 21:54:32 +0000 Subject: [PATCH] Index quick fix. --- sphinx/directives/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: