Skip to content

Commit

Permalink
Also handle man builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Jul 25, 2024
1 parent 8646a59 commit 20e8d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/manpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def write(self, *ignored: Any) -> None:
else:
targetname = f'{name}.{section}'

logger.info(darkgreen(targetname) + ' { ', nonl=True)
logger.info(darkgreen(targetname) + ' { ')
destination = FileOutput(
destination_path=path.join(self.outdir, targetname),
encoding='utf-8')
Expand Down

0 comments on commit 20e8d69

Please sign in to comment.