1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00

Merge pull request #6350 from hexagonrecursion/fwp-smartquote

docs: do not transform --/--- to unicode dashes (master)
This commit is contained in:
TW 2022-02-24 19:49:45 +01:00 committed by GitHub
commit f61e92c600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ def setup(app):
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants = True
smartquotes_action = 'qe' # no D in there means "do not transform -- and ---"
# Custom sidebar templates, maps document names to template names.
html_sidebars = {