Pārlūkot izejas kodu

Fixed crash building translated docs since Sphinx 1.8.

Tim Graham 6 gadi atpakaļ
vecāks
revīzija
7206601040
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      docs/_ext/djangodocs.py

+ 2 - 0
docs/_ext/djangodocs.py

@@ -210,6 +210,8 @@ class ConsoleNode(nodes.literal_block):
     Custom node to override the visit/depart event handlers at registration
     time. Wrap a literal_block object and defer to it.
     """
+    tagname = 'ConsoleNode'
+
     def __init__(self, litblk_obj):
         self.wrapped = litblk_obj