From 5d565052cebd29b2829f61a932937055553718d8 Mon Sep 17 00:00:00 2001 From: Aiman Date: Wed, 25 Mar 2026 02:06:23 +0530 Subject: [PATCH] remove sphinx-autobuild dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 324168e9a..608ea9466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,6 @@ dependencies = [ # Platform-specific dependencies 'PyDispatcher>=2.0.5; platform_python_implementation == "CPython"', 'PyPyDispatcher>=2.1.0; platform_python_implementation == "PyPy"', - "sphinx-autobuild>=2024.10.3", ] classifiers = [ "Development Status :: 5 - Production/Stable",