From 3984a362f1dd3cfb9155d31fe5ffea87d35804e4 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 30 Apr 2024 14:36:47 -0400 Subject: [PATCH] docs: Fix readthedocs generation --- .readthedocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5e927ab..7c99e8d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,13 +3,12 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.10" + python: "3.12" jobs: post_create_environment: - - pip install poetry - - poetry config virtualenvs.create false + - python -m pip install poetry post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: builder: html