From 679082635779a80a963d1af8b71fbb1110ef8907 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 10 Oct 2024 13:56:21 +0300 Subject: [PATCH] style: Reformat by black --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5f0eadf8..3d295b67 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['m2r2'] +extensions = ["m2r2"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] @@ -54,4 +54,4 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = [] -source_suffix = ['.rst', '.md'] +source_suffix = [".rst", ".md"]