From 2fa400e8f8279d9c307546f36a5b841f136dc282 Mon Sep 17 00:00:00 2001 From: Abel Aoun Date: Fri, 19 Jan 2024 20:36:35 +0100 Subject: [PATCH] FIX: attempt to fix readthedoc build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46f7812d..55b09211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ doc = [ "sphinx", "sphinx_codeautolink", "sphinx_copybutton", - "sphinx_lfs_content", + "sphinx_lfs_content==1.1.4", "pydata-sphinx-theme", "nbsphinx" ]