From e576178d42be645d01ee555b12cdd78c34ec291b Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 10:04:57 -0500 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 50bf5df..08db6e2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,6 @@ build: post_create_environment: - pip install poetry post_install: - -VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev sphinx: configuration: docs/source/conf.py