From cc05b90d86eb87452c0d314cd9dced8774c0ed6f Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Tue, 6 May 2025 01:52:40 +0800 Subject: [PATCH] [Doc] Fix broken cuda installation doc rendering (#17654) Signed-off-by: Isotr0py <2037008807@qq.com> --- requirements/docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 401f714ae..385de8416 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,11 +1,11 @@ -sphinx==8.2.3 +sphinx==7.4.7 sphinx-argparse==0.5.2 sphinx-autodoc2==0.5.0 sphinx-book-theme==1.1.4 sphinx-copybutton==0.5.2 sphinx-design==0.6.1 sphinx-togglebutton==0.3.2 -myst-parser==4.0.1 +myst-parser==3.0.1 # `myst-parser==4.0.1` breaks inline code in titles msgspec commonmark # Required by sphinx-argparse when using :markdownhelp: