From 23ec095afd9fbe21ca9749963a2b6c35a107bdf5 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Wed, 13 Dec 2023 17:01:21 +0100 Subject: [PATCH] blacked Signed-off-by: neuronflow --- docs/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 553369a..7b823e6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,9 +11,9 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = 'brainles-preprocessing' -copyright = '2023, Florian Kofler et al.' -author = 'Florian Kofler et al.' +project = "brainles-preprocessing" +copyright = "2023, Florian Kofler et al." +author = "Florian Kofler et al." # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -26,7 +26,7 @@ "myst_parser", ] -templates_path = ['_templates'] +templates_path = ["_templates"] exclude_patterns = [] @@ -34,7 +34,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" -html_static_path = ['_static'] +html_static_path = ["_static"] autodoc_default_options = { "members": True,