Merge pull request #6351 from hexagonrecursion/bp-smartquotes

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

View file

@ -156,6 +156,7 @@ html_last_updated_fmt = '%Y-%m-%d'
# 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 = {