From 420c01394a31415d7a7cbb80be196bcfca48482c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 May 2022 08:16:06 -0400 Subject: style: parens should indent the same as their opening line --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index a5c1d02b..a8387b13 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,7 +119,7 @@ pygments_style = 'sphinx' intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - } +} # -- Options for HTML output --------------------------------------------------- -- cgit v1.2.1