From 0450abed605ca7e39124dd8184d272323f4f105d Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 4 Feb 2025 16:11:36 +0800 Subject: [PATCH] Fix a typo in doc/conf.py (#3790) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f3cb59228c2..58d4380020b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,7 +55,7 @@ myst_enable_extensions = [ "attrs_inline", # Allow inline attributes after images "colon_fence", # Allow code fences using colons - "substitution", # Allow substituitions + "substitution", # Allow substitutions ] # These enable substitutions using {{ key }} in the Markdown files myst_substitutions = {