diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-07 09:41:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 09:41:27 -0400 |
commit | b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b (patch) | |
tree | 76f40cf24ab8c45347cfd7589aac0f19ab05231b /docs/source | |
parent | 0c411278ce89c8db1569da6333001c41c78ca0a2 (diff) | |
parent | 800a2e2d35f6799603d71beb38563afb87e7084b (diff) | |
download | podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.tar.gz podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.tar.bz2 podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.zip |
Merge pull request #10255 from rcowsill/no-dash-conv
[CI:DOCS] Stop conversion of `--` into en dash
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 52869baf4..7a180e5ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,6 +44,10 @@ exclude_patterns = [] master_doc = "index" +# Configure smartquotes to only transform quotes and ellipses, not dashes +smartquotes_action = "qe" + + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for |