X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/1324f9b1e4d57c5ab50bc264507f7adc3207eb99..0959d38b27c03863ec376839dcc6d896d04e36ea:/docs/_ext/djangodocs.py diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py index 7710786..0d433de 100644 --- a/docs/_ext/djangodocs.py +++ b/docs/_ext/djangodocs.py @@ -32,16 +32,16 @@ def setup(app): rolename = "setting", indextemplate = "pair: %s; setting", ) - app.add_crossref_type( - directivename = "templatetag", - rolename = "ttag", - indextemplate = "pair: %s; template tag" - ) - app.add_crossref_type( - directivename = "templatefilter", - rolename = "tfilter", - indextemplate = "pair: %s; template filter" - ) + #app.add_crossref_type( + # directivename = "templatetag", + # rolename = "ttag", + # indextemplate = "pair: %s; template tag" + #) + #app.add_crossref_type( + # directivename = "templatefilter", + # rolename = "tfilter", + # indextemplate = "pair: %s; template filter" + #) app.add_crossref_type( directivename = "fieldlookup", rolename = "lookup",