From 0d5f418145cbff6a59660f4f853d03853e1f9937 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Wed, 6 Mar 2024 08:54:30 +0100 Subject: [PATCH] Update doc conf --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6cbe23a2..450738a8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,9 +13,9 @@ sphinx: build: os: ubuntu-20.04 tools: - python: "3.10" + python: "3.11" jobs: post_install: - - pip install poetry!=1.4.1 - - poetry config virtualenvs.create false - - poetry install -E all --with docs + - python -m pip install poetry!=1.4.1 + - python -m poetry config virtualenvs.create false + - python -m poetry install -E all --with docs