From 99fbc7a20a733c736bb6c26a78b405d78be991a3 Mon Sep 17 00:00:00 2001 From: xuewc Date: Wed, 15 Jan 2025 13:07:35 +0800 Subject: [PATCH] chore: fix `sphinx-codeautolink` dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 965657d..2addc6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "jupyterlab_widgets", "sphinx>=7.4.0", "sphinx-autodoc-typehints", - "sphinx-codeautolink", + "sphinx-codeautolink==0.15.2", "sphinx-copybutton", "sphinx-design", "myst-nb",