From fea2223d54ab3f467ff59b7762c04e96c6ce87e0 Mon Sep 17 00:00:00 2001 From: sumanjeet0012 Date: Mon, 13 Jul 2026 19:12:25 +0530 Subject: [PATCH] Fix tox docs testenv extras --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b7e0610..4e64abe 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,6 @@ commands= [testenv:docs] extras= - . dev commands = make check-docs-ci