diff options
Diffstat (limited to 'sphinx/builders/qthelp.py')
-rw-r--r-- | sphinx/builders/qthelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/qthelp.py b/sphinx/builders/qthelp.py index 08042fd87..4eca207f7 100644 --- a/sphinx/builders/qthelp.py +++ b/sphinx/builders/qthelp.py @@ -80,7 +80,7 @@ class QtHelpBuilder(StandaloneHTMLBuilder): def init(self): # type: () -> None - super(QtHelpBuilder, self).init() + super().init() # the output files for HTML help must be .html only self.out_suffix = '.html' self.link_suffix = '.html' |