X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ba4bab73996c40c2551f7e5a0e478d0f553b8af3..7b3b752db47aaa16e136e245a6e3f350c9566690:/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",