aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-06 17:48:34 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-06 20:15:36 +0200
commit3053b3e9165d978975ce43e1d1381e212540fccd (patch)
treecc8cf30dd58fe50836f7a7bc23c2877fa97072cc /conf.py
parent8a193ef016bbf52bfd3a69519a503d5e79b2a399 (diff)
downloadclub1-docs-3053b3e9165d978975ce43e1d1381e212540fccd.tar.gz
club1-docs-3053b3e9165d978975ce43e1d1381e212540fccd.zip
feat: start using Sphinx specific features
- Add a Glossary and start using it - Add an Attention admonition about the specifics of MyST-Parser
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.