From 181c4df43e5a54d9c9d5ac830cd47884322ffcf0 Mon Sep 17 00:00:00 2001 From: GDeLaurentis Date: Tue, 6 Aug 2024 13:34:05 +0100 Subject: [PATCH] Fixing version import in sphinx --- sphinx/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 66f0a80..15e754e 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -23,7 +23,6 @@ version = re.findall(r"version = \"([\d\.]+)\"", content)[0] -from version import __version__ as version # noqa: E402 # -- Project information -----------------------------------------------------