Kaydet (Commit) 72066010 authored tarafından Tim Graham's avatar Tim Graham

Fixed crash building translated docs since Sphinx 1.8.

üst bf01994a
...@@ -210,6 +210,8 @@ class ConsoleNode(nodes.literal_block): ...@@ -210,6 +210,8 @@ class ConsoleNode(nodes.literal_block):
Custom node to override the visit/depart event handlers at registration Custom node to override the visit/depart event handlers at registration
time. Wrap a literal_block object and defer to it. time. Wrap a literal_block object and defer to it.
""" """
tagname = 'ConsoleNode'
def __init__(self, litblk_obj): def __init__(self, litblk_obj):
self.wrapped = litblk_obj self.wrapped = litblk_obj
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment