From def63b92f08b8fae78a6bf03c2c282471dec4560 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Wed, 18 Sep 2024 10:00:02 +0800 Subject: [PATCH] chore: bump deps for generating docs. --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 01110ac5..31265437 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ Sphinx==8.0.2 -sphinx-rtd-theme==2.0.0 -sphinx-autodoc-typehints==2.4.1 +sphinx-rtd-theme==3.0.0rc1 +sphinx-autodoc-typehints==2.4.3 autodoc-pydantic==2.2.0 \ No newline at end of file