summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-25 08:47:56 +0200
committerGeorg Brandl <georg@python.org>2011-09-25 08:47:56 +0200
commitdaf558d77006a981774e3c7173761b79689e3411 (patch)
tree1965bc11eb89320dede9bffec0fc5515825b6ca9 /sphinx/writers/html.py
parentedbbd609bdfb24145672501f981e5abd3c825400 (diff)
downloadsphinx-daf558d77006a981774e3c7173761b79689e3411.tar.gz
More version-compatibility hack removals.
Diffstat (limited to 'sphinx/writers/html.py')
-rw-r--r--sphinx/writers/html.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py
index 7872dabe..787b3105 100644
--- a/sphinx/writers/html.py
+++ b/sphinx/writers/html.py
@@ -428,8 +428,6 @@ class HTMLTranslator(BaseTranslator):
encoded = self.bulk_text_processor(encoded)
self.body.append(encoded)
- # these are all for docutils 0.5 compatibility
-
def visit_note(self, node):
self.visit_admonition(node, 'note')
def depart_note(self, node):