summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-05 14:00:10 -0500
committerTim Graham <timograham@gmail.com>2016-12-05 14:47:44 -0500
commitbacdfbf3d1eb23ff8e8110681728a5b467443446 (patch)
treed9bf60bb24c15ee829cfd6856e489ec9e74dd0b1 /docs/conf.py
parentb059ddf0660adf12a8bc0ea57fc0b9d1db9aed74 (diff)
Removed deprecated html_translator_class sphinx config option.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f25ea37158..5cba4e50ba 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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 = ''