docs: do not transform --/--- to unicode dashes

This commit is contained in:
Thomas Waldmann 2022-02-23 20:08:27 +01:00 committed by Andrey Bienkowski
parent 9e669f6db8
commit d6756d0070
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,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 = {