diff options
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index a40da82..d9fa696 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -38,6 +38,8 @@ try: except ImportError: if not tags.has("builder-man"): raise +else: + myst_enable_extensions = ["substitution"] # Automatic anchors for markdown titles myst_heading_anchors = 6 |