mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Index quick fix.
This commit is contained in:
parent
37da4a20ed
commit
e6739efa3c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user