From 20f0e18a805eeea06f8b92f8043843222cf643b6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 17 Jul 2023 16:50:43 -0700 Subject: [PATCH] Ran Black --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 019d32f..13d491a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -source_suffix = ['.rst', '.md'] +source_suffix = [".rst", ".md"] # The master toctree document. master_doc = "index"