From 7d2ea3d27c8c385946a7b252ebfaa84774c5788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francho=20Ner=C3=ADn?= Date: Thu, 28 Mar 2024 00:45:01 +0100 Subject: [PATCH] docs yaml sed fix --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0cc1a66..59caceb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.10" jobs: pre_install: - - sed -i '/dependencies = .*/,+25d' pyproject.toml + - sed -i.bak '#dependencies = .*#,+25d' pyproject.toml sphinx: fail_on_warning: false