mirror of https://github.com/django/django.git
[1.10.x] Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression inbacdfbf3d1
. Backport ofe5d3f98abc
from master
This commit is contained in:
parent
c2aa836c4f
commit
14fe184e17
|
@ -64,6 +64,7 @@ def setup(app):
|
|||
text=(visit_snippet_literal, depart_snippet_literal),
|
||||
texinfo=(visit_snippet_literal, depart_snippet_literal))
|
||||
app.set_translator('djangohtml', DjangoHTMLTranslator)
|
||||
app.set_translator('json', DjangoHTMLTranslator)
|
||||
return {'parallel_read_safe': True}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue