From 1531b3a4815f59ad9a88f81d555b8aa5b26ab09e Mon Sep 17 00:00:00 2001 From: "W.-C. Xue" <58248583+wcxve@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:53:25 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2addc6f..965657d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "jupyterlab_widgets", "sphinx>=7.4.0", "sphinx-autodoc-typehints", - "sphinx-codeautolink==0.15.2", + "sphinx-codeautolink", "sphinx-copybutton", "sphinx-design", "myst-nb",