Docs, minor: reformat line for lint GH action.

This commit is contained in:
Nathan Williis 2024-08-20 17:00:52 +01:00
parent 868f50daf4
commit 1781cf8f75

View File

@ -40,7 +40,11 @@ extensions = [
autodoc_mock_imports = ["gtk", "reportlab"] 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"] templates_path = ["_templates"]