Skip to content

Commit cc05b90

Browse files
authored
[Doc] Fix broken cuda installation doc rendering (vllm-project#17654)
Signed-off-by: Isotr0py <2037008807@qq.com>
1 parent 1d0c9d6 commit cc05b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sphinx==8.2.3
1+
sphinx==7.4.7
22
sphinx-argparse==0.5.2
33
sphinx-autodoc2==0.5.0
44
sphinx-book-theme==1.1.4
55
sphinx-copybutton==0.5.2
66
sphinx-design==0.6.1
77
sphinx-togglebutton==0.3.2
8-
myst-parser==4.0.1
8+
myst-parser==3.0.1 # `myst-parser==4.0.1` breaks inline code in titles
99
msgspec
1010
commonmark # Required by sphinx-argparse when using :markdownhelp:
1111

0 commit comments

Comments
 (0)