From 2a81fb6294eeb7c842d683f0281c436686b5aad6 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Mon, 17 Jun 2024 10:36:20 -0400 Subject: [PATCH] Attemp to fix the readthedoc.yml --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 03811bb..f3658d5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,9 +12,9 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false +# - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs # Build documentation in the "docs/" directory with Sphinx mkdocs: