1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Removed deprecated html_translator_class sphinx config option.

This commit is contained in:
Tim Graham
2016-12-05 14:00:10 -05:00
parent b059ddf066
commit bacdfbf3d1
2 changed files with 1 additions and 3 deletions

View File

@@ -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 = ''