From d98a95743382231d67c38e9c8ee136518529a288 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Wed, 22 Jan 2025 00:48:04 +0100 Subject: [PATCH] Readthedocs needs all extras --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 648126d74..cca9ffe86 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,7 @@ build: post_create_environment: - python -m pip install uv post_install: - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m uv sync --group docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m uv sync --all-extras --group docs sphinx: configuration: docs/conf.py