From c6df4e4e593cb24a25860526dbc2c7e179848fd0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 22 Dec 2025 16:34:37 -0500 Subject: [PATCH] docs: ensure pip is up to date before installing dependencies Signed-off-by: William Woodruff --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e4f0243..048bbe9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,6 +6,7 @@ build: python: latest jobs: install: + - pip install --upgrade pip - pip install . - pip install --group dev