From f83ac16d774aeddb525e3ab40d17955eed35e390 Mon Sep 17 00:00:00 2001 From: Longshan Du Date: Sat, 5 Aug 2023 18:35:15 +0800 Subject: [PATCH] Update conf.py Signed-off-by: Longshan Du --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 54537a096..e05c8f76b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -283,7 +283,7 @@ def setup(app: Sphinx) -> Dict[str, Any]: Args: app: the Sphinx application Returns: - the 2 parralel parameters set to ``True``. + the 2 parallel parameters set to ``True``. """ app.connect("html-page-context", setup_to_main)