aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index d17c5fd..cb96732 100644
--- a/conf.py
+++ b/conf.py
@@ -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.