From 6dc9dccbb7dfc8666123d751b4904add691eb78d Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 5 Mar 2024 08:55:20 +0100 Subject: [PATCH] has_content typo Co-authored-by: Simon Li --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 87432343..1d0941ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -136,7 +136,7 @@ class RestAPILinksDirective(SphinxDirective): which is handled by a custom template. """ - hast_content = False + has_content = False required_arguments = 0 optional_arguments = 0 final_argument_whitespace = False