diff options
Diffstat (limited to 'ansible_collections/cisco/dnac/docs')
-rw-r--r-- | ansible_collections/cisco/dnac/docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible_collections/cisco/dnac/docs/conf.py b/ansible_collections/cisco/dnac/docs/conf.py index e7b2f9107..8122fe4d6 100644 --- a/ansible_collections/cisco/dnac/docs/conf.py +++ b/ansible_collections/cisco/dnac/docs/conf.py @@ -59,6 +59,9 @@ source_suffix = { '.md': 'markdown', } +# Avoid substitution of smartquotes +smartquotes = False + # The master toctree document. master_doc = 'index' |