mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
swing two for oldstyle class
This commit is contained in:
parent
b6694c9ca1
commit
1e28eeb348
@ -23,7 +23,7 @@ class ConfHTMLTranslator(HTMLTranslator):
|
|||||||
def depart_admonition(self, node=None):
|
def depart_admonition(self, node=None):
|
||||||
if node is not None:
|
if node is not None:
|
||||||
self.depart_with_node += 1
|
self.depart_with_node += 1
|
||||||
super(self.__class__, self).depart_admonition(node)
|
HTMLTranslator.depart_admonition(self, node)
|
||||||
|
|
||||||
|
|
||||||
# class ConfDirHTMLTranslator(HTMLTranslator):
|
# class ConfDirHTMLTranslator(HTMLTranslator):
|
||||||
|
Loading…
Reference in New Issue
Block a user