Skip to content

Commit

Permalink
🎨 Trim unicode replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jun 28, 2022
1 parent c8a9622 commit 867267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _unireplace(release_note, unireplace):
return(
release_note,
'\n\n'.join([
f'.. |u{u}| unicode:: {v}'
f'.. |u{u}| unicode:: {v}\n :trim:'
for u, v in list(unireplace.items())
])
)
Expand Down

0 comments on commit 867267b

Please sign in to comment.