From 28ee040911062b8453c18e1e3dafcca4a05f9b18 Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 09:59:20 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d487936..3c23844 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,9 +6,11 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - commands: - - pip install poetry + jobs: + post_create_environment: + - pip install poetry + - poetry config virtualenvs.create false + post_install: - poetry install --with dev - -sphinx: +sphinx: configuration: docs/source/conf.py