From 1781cf8f7503f27ebf122b173764a8dee0da5620 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Tue, 20 Aug 2024 17:00:52 +0100 Subject: [PATCH] Docs, minor: reformat line for lint GH action. --- Doc/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Doc/source/conf.py b/Doc/source/conf.py index d07a34aca..cee66549b 100644 --- a/Doc/source/conf.py +++ b/Doc/source/conf.py @@ -40,7 +40,11 @@ extensions = [ autodoc_mock_imports = ["gtk", "reportlab"] -autodoc_default_options = {"members": True, "inherited-members": True, "show-inheritance": True} +autodoc_default_options = { + "members": True, + "inherited-members": True, + "show-inheritance": True, +} # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]