mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #1355: compatibility fix for Django docs.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user