From 155ecf27f6f807f4ee1a74d162224698b5705d62 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 29 Apr 2023 11:08:24 -0400 Subject: [PATCH] remove docs deps; they are covered by dev category and none of our scripts pip install .[doc] --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 435b74204..27da21139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,17 +58,6 @@ dev = [ "wheel", ] -docs = [ - "pygments==2.14.0", - "docutils==0.19", - "furo", - "pyyaml==6.0", - "sphinx==6.1.3", - "sphinx-copybutton==0.5.1", - "sphinx-sitemap==2.5.0", - "wheel", -] - [project.scripts] arcade = "arcade.management:execute_from_command_line"