[v1] update docs (#10684)

This commit is contained in:
Jiaqi
2026-09-14 16:09:48 +08:00
committed by GitHub
parent 100e9a42c6
commit 97b32d3133
68 changed files with 2071 additions and 2152 deletions

5
docs/_static/css/tables.css vendored Normal file
View File

@@ -0,0 +1,5 @@
.rst-content table.docutils td code {
white-space: nowrap;
overflow-wrap: normal;
word-break: normal;
}