Kaydet (Commit) bacdfbf3 authored tarafından Tim Graham's avatar Tim Graham

Removed deprecated html_translator_class sphinx config option.

üst b059ddf0
......@@ -63,6 +63,7 @@ def setup(app):
man=(visit_snippet_literal, depart_snippet_literal),
text=(visit_snippet_literal, depart_snippet_literal),
texinfo=(visit_snippet_literal, depart_snippet_literal))
app.set_translator('djangohtml', DjangoHTMLTranslator)
return {'parallel_read_safe': True}
......
......@@ -192,9 +192,6 @@ html_last_updated_fmt = '%b %d, %Y'
# typographically correct entities.
html_use_smartypants = True
# HTML translator class for the builder
html_translator_class = "djangodocs.DjangoHTMLTranslator"
# Content template for the index page.
# html_index = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment