From cf0a8dc8faaf4fdf5fade7056fc686f7f8b1a263 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 11 Sep 2024 17:13:18 -0400 Subject: [PATCH] Remove extra line after imports in conf.py This change fixes an incompatibility (and source of merge conflicts) with projects using Ruff/isort. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d5745d62..240329c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,5 @@ from __future__ import annotations - extensions = [ 'sphinx.ext.autodoc', 'jaraco.packaging.sphinx',