diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-06 17:48:34 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-04-06 20:15:36 +0200 |
commit | 3053b3e9165d978975ce43e1d1381e212540fccd (patch) | |
tree | cc8cf30dd58fe50836f7a7bc23c2877fa97072cc /conf.py | |
parent | 8a193ef016bbf52bfd3a69519a503d5e79b2a399 (diff) | |
download | club1-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.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. |