From dbf6a84838a2d1224692cf7d41874bfcbe6b47f9 Mon Sep 17 00:00:00 2001 From: Jack Atkinson Date: Sat, 10 Feb 2024 16:52:37 +0000 Subject: [PATCH] Update readthedocs config to install docs optional dependencies. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a3c438d..702d553 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: os: ubuntu-22.04 tools: python: - version: "3.12" + version: 3.12 pip-install: true extra_requirements: - docs