mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix bug.
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
"""Load templates."""
|
||||
self.init_templates()
|
||||
self.init_translator_class()
|
||||
if self.config.html_out_suffix:
|
||||
if self.config.html_file_suffix:
|
||||
self.out_suffix = self.config.html_file_suffix
|
||||
|
||||
def init_translator_class(self):
|
||||
|
||||
Reference in New Issue
Block a user