mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression in bacdfbf3d1eb23ff8e8110681728a5b467443446.
This commit is contained in:
parent
ef889d5b10
commit
e5d3f98abc
@ -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…
x
Reference in New Issue
Block a user