From 291417240070af7cfd0773815a5ceec7005caf4b Mon Sep 17 00:00:00 2001 From: Tucker Alban Date: Tue, 23 May 2023 21:58:51 +0000 Subject: [PATCH] GitHub Actions: Format --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2fe55e5c4..8eb346dafb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -112,7 +112,7 @@ spelling_ignore_pypi_package_names = True spelling_show_suggestions = True spelling_suggestion_limit = 2 -spelling_ignore_contributor_names=False +spelling_ignore_contributor_names = False spelling_word_list_filename = ["spelling_wordlist.txt"] # -- Options for HTML output -------------------------------------------------