From a7c983f5e26940cfa6c10d69d914c3aeb5b660a4 Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 08:13:19 -0500 Subject: [PATCH] Update readthedocs to install dev dependencies when building --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dcd8d57..fa83207 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,7 @@ build: - pip install poetry - poetry config virtualenvs.create false post_install: - - poetry install + - poetry install --with dev sphinx: - configuration: docs/source/conf.py \ No newline at end of file + configuration: docs/source/conf.py