From 51fe942219bde0c8224537933a32596f034efebd Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 1 Aug 2024 10:01:38 +0200 Subject: [PATCH] sphinx: fix coding style Use black to automatically correct the coding style of the sphinx config file. Signed-off-by: Bartosz Golaszewski --- sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/conf.py b/sphinx/conf.py index 043dc79..790c884 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -53,7 +53,7 @@ exclude_patterns = [] # -- Options for HTML output ------------------------------------------------- -root_doc = 'contents' +root_doc = "contents" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -- 2.30.2