diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ myst_heading_anchors = 6 myst_enable_extensions = [ # Enable smart quotes at MyST level. 'smartquotes', + # Replace some string patterns (... for instance) with their unicode equivalent. + 'replacements', ] # Add any paths that contain templates here, relative to this directory. |