mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
No "quadruple" entries anymore.
This commit is contained in:
@@ -23,8 +23,8 @@ from . import addnodes
|
||||
# ------ index markup --------------------------------------------------------------
|
||||
|
||||
entrytypes = [
|
||||
'single', 'pair', 'triple', 'quadruple',
|
||||
'module', 'keyword', 'operator', 'object', 'exception', 'statement', 'builtin',
|
||||
'single', 'pair', 'triple', 'module', 'keyword', 'operator',
|
||||
'object', 'exception', 'statement', 'builtin',
|
||||
]
|
||||
|
||||
def index_directive(name, arguments, options, content, lineno,
|
||||
|
||||
Reference in New Issue
Block a user