From 17246f92a4716dbd046bb9f6379c5ba1f2a3145c Mon Sep 17 00:00:00 2001 From: hategan Date: Fri, 14 Feb 2025 15:07:40 -0800 Subject: [PATCH] Also uninstall psij when building docs --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6415f34f..422cc7af 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" + jobs: + pre_create_environment: + - pip uninstall -y psij-python python: install: