2011-01-26 21:28:16 +00:00
|
|
|
def setup(app):
|
|
|
|
|
app.add_crossref_type(
|
2025-04-04 11:25:00 +00:00
|
|
|
directivename='setting',
|
|
|
|
|
rolename='setting',
|
|
|
|
|
indextemplate='pair: %s; setting',
|
2011-01-26 21:28:16 +00:00
|
|
|
)
|
|
|
|
|
app.add_crossref_type(
|
2025-04-04 11:25:00 +00:00
|
|
|
directivename='templatetag',
|
|
|
|
|
rolename='ttag',
|
|
|
|
|
indextemplate='pair: %s; template tag',
|
2011-01-26 21:28:16 +00:00
|
|
|
)
|
|
|
|
|
app.add_crossref_type(
|
2025-04-04 11:25:00 +00:00
|
|
|
directivename='templatefilter',
|
|
|
|
|
rolename='tfilter',
|
|
|
|
|
indextemplate='pair: %s; template filter',
|
2011-01-26 21:28:16 +00:00
|
|
|
)
|
|
|
|
|
app.add_crossref_type(
|
2025-04-04 11:25:00 +00:00
|
|
|
directivename='fieldlookup',
|
|
|
|
|
rolename='lookup',
|
|
|
|
|
indextemplate='pair: %s; field lookup type',
|
2011-01-26 21:28:16 +00:00
|
|
|
)
|