From 98d9ae6bc83c6b57fa4d868a2da1992d051f7606 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 6 Apr 2022 17:48:34 +0200 Subject: feat: start using Sphinx specific features - Add a Glossary and start using it - Add an Attention admonition about the specifics of MyST-Parser --- conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.py') 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. -- cgit v1.2.3