From 584b29d365eec82d6aab1d10f8ef993629cff182 Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Thu, 22 Feb 2024 15:30:19 -0800 Subject: [PATCH] docs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b870d1..7b62a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ docs = [ "ipython==8.4.0", "nbsphinx==0.8.9", "nbsphinx-link==1.3.0", - "sphinx-autodoc-typehints==1.18.3", - "sphinx-autoapi==1.8.4", + "sphinx-autodoc-typehints==2.0.0", + "sphinx-autoapi==3.0.0", ] tests = [ "pytest==7.1.2",