mirror of
https://github.com/django/django.git
synced 2025-06-07 20:49:11 +00:00
[1.10.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
This commit is contained in:
parent
1b6649c6d1
commit
ce9f56bb9c
@ -63,6 +63,7 @@ def setup(app):
|
|||||||
man=(visit_snippet_literal, depart_snippet_literal),
|
man=(visit_snippet_literal, depart_snippet_literal),
|
||||||
text=(visit_snippet_literal, depart_snippet_literal),
|
text=(visit_snippet_literal, depart_snippet_literal),
|
||||||
texinfo=(visit_snippet_literal, depart_snippet_literal))
|
texinfo=(visit_snippet_literal, depart_snippet_literal))
|
||||||
|
app.set_translator('djangohtml', DjangoHTMLTranslator)
|
||||||
return {'parallel_read_safe': True}
|
return {'parallel_read_safe': True}
|
||||||
|
|
||||||
|
|
||||||
|
@ -192,9 +192,6 @@ html_last_updated_fmt = '%b %d, %Y'
|
|||||||
# typographically correct entities.
|
# typographically correct entities.
|
||||||
html_use_smartypants = True
|
html_use_smartypants = True
|
||||||
|
|
||||||
# HTML translator class for the builder
|
|
||||||
html_translator_class = "djangodocs.DjangoHTMLTranslator"
|
|
||||||
|
|
||||||
# Content template for the index page.
|
# Content template for the index page.
|
||||||
# html_index = ''
|
# html_index = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user