mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed missing versionadded/changed annotations on docs.djangoproject.com.
Fixed a regression in bacdfbf3d1
.
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…
Reference in New Issue
Block a user