Closes #1355: compatibility fix for Django docs.

This commit is contained in:
Georg Brandl
2014-01-22 17:24:06 +01:00
parent a683b7147a
commit 652b766af9

View File

@@ -79,6 +79,7 @@ class HTMLTranslator(BaseTranslator):
self.permalink_text = self.encode(self.permalink_text)
self.secnumber_suffix = builder.config.html_secnumber_suffix
self.param_separator = ''
self.optional_param_level = 0
self._table_row_index = 0
def visit_start_of_file(self, node):