mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue