From: Bartosz Golaszewski Date: Thu, 1 Aug 2024 08:01:38 +0000 (+0200) Subject: sphinx: fix coding style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51fe942219bde0c8224537933a32596f034efebd;p=qemu-gpiodev%2Flibgpiod.git sphinx: fix coding style Use black to automatically correct the coding style of the sphinx config file. Signed-off-by: Bartosz Golaszewski --- 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.