We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13e1ee commit 975f7efCopy full SHA for 975f7ef
sphinx/writers/manpage.py
@@ -115,7 +115,7 @@ def header(self) -> str:
115
" \"%(date)s\" \"%(version)s\" \"%(manual_group)s\"\n"
116
".SH NAME\n")
117
if self._docinfo['subtitle']:
118
- "%(title)s \\- %(subtitle)s\n")
+ tmpl += "%(title)s \\- %(subtitle)s\n"
119
return tmpl % self._docinfo
120
121
def visit_start_of_file(self, node: Element) -> None:
0 commit comments