diff options
Diffstat (limited to 'sphinx/directives')
-rw-r--r-- | sphinx/directives/other.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index c798f579..873fef04 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -163,6 +163,7 @@ class Index(Directive): self.state.document.note_explicit_target(targetnode) indexnode = addnodes.index() indexnode['entries'] = ne = [] + indexnode['inline'] = False for entry in arguments: entry = entry.strip() for type in pairindextypes: |