summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-02-23 20:08:27 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-02-23 20:08:27 +0100
commitf5116a7e6755c61e78c96defd00f221178e3d152 (patch)
tree9d3190dd5f45536f0a3573bc3175b529f472bd7c /docs
parent7265f6adb873289751516bb3cd3c2a7467a04cb0 (diff)
docs: do not transform --/--- to unicode dashes
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 76e0ad8d..35746dd7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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 = {