From 91ef398efbf717628aa3e52d5d023c8d4cb3c991 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 20 Sep 2025 14:25:30 +0200 Subject: [PATCH] the docs lied - need to manually update pip to get `pip install --group` --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f748776..0da0813 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,7 @@ build: python: "3.13" jobs: install: + - pip install -U pip - pip install --group 'docs' . sphinx: