From 7d7837b8f3174bab3c830fd82ad4123ad4933e79 Mon Sep 17 00:00:00 2001 From: haxscramper Date: Wed, 24 Apr 2024 20:18:10 +0400 Subject: [PATCH] ci: remove doc generation from CI run --- tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks.py b/tasks.py index ae81786d9..1de1abcf8 100644 --- a/tasks.py +++ b/tasks.py @@ -1112,6 +1112,3 @@ def ci(ctx: Context, build: bool = True, test: bool = True, docs: bool = True): if test: run_command(ctx, "invoke", ["py-tests"]) - - if docs: - run_command(ctx, "invoke", ["docs"])