From 1537102402e7ac5445a5d9f91677e9f352a8587f Mon Sep 17 00:00:00 2001 From: Michael H Date: Wed, 15 Jan 2025 18:50:59 -0500 Subject: [PATCH] Temporary dependency for docs extra on python 3.13+ --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4ec7bc007..bda91c6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,8 @@ docs = [ "sphinxcontrib-serializinghtml==1.1.5", "typing-extensions>=4.3,<5", "sphinx-inline-tabs==2023.4.21", + # TODO: Remove this when moving to Sphinx >= 6.6 + "imghdr-lts==1.0.0; python_version>='3.13'", ] speed = [ "orjson>=3.5.4",