From 43810dd98e73af650bffd40e2be6bc6390c6a753 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Mon, 15 Jan 2024 17:11:54 +0000 Subject: [PATCH] Revert vscode reformat --- docs/conf.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b9a8e376b9..c5b3bd6a8a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -276,13 +276,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ( - master_doc, - "hazelcast-python-client", - "Hazelcast Python Client Documentation", - [author], - 1, - ) + (master_doc, "hazelcast-python-client", "Hazelcast Python Client Documentation", [author], 1) ] # If true, show URL addresses after external links.