From c8742393d54cf886d062cfd6d42be20087f7d05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Morosi?= Date: Mon, 14 Oct 2024 12:27:37 +0200 Subject: [PATCH] Remove doc dependencies from pyproject.toml This is no longer used --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5aae9aa3..f6390d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,11 +72,6 @@ check = [ "types-requests", "types-setuptools", ] -doc = [ - "sphinx", - "sphinx-autoapi", - "sphinx_rtd_theme==1.3.0", -] [project.scripts] e3 = "e3.sys:main"