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-08 13:20:54 -0500
commitce9f56bb9cb8147d13508a1334e41d2faac4ab91 (patch)
tree968b8f17f4ae73ebc803997f7a6725e4eabf018f /docs/conf.py
parent1b6649c6d177286852cc9c13fdf0fa65f17cb1f8 (diff)
[1.10.x] Removed deprecated html_translator_class sphinx config option.
Backport of bacdfbf3d1eb23ff8e8110681728a5b467443446 from master
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 8c89265937..5f57ce57e2 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 = ''