Skip to content

Commit 28321ef

Browse files
committed
docs: fix zh-CN build bug
1 parent db51163 commit 28321ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sphinx-multiproject==1.0.0
44
sphinx-rtd-theme
55
sphinx-book-theme~=1.1
66
sphinx-autodoc2~=0.5.0
7-
sphinx-design
7+
sphinx-design>=0.8.0
88
sphinx-copybutton
99
sphinxext.rediraffe~=0.3.0
1010
sphinxcontrib.mermaid~=0.7.1
1111
sphinxext.opengraph~=0.13.0
1212
sphinx-pyscript
13-
sphinx-tippy
13+
sphinx-tippy>=0.4.3
1414
sphinx-togglebutton
1515
sphinx-tabs==3.4.7
1616
sphinx-prompt==1.10.2

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
html_theme = "sphinx_book_theme"
7676
html_static_path = ["_static"]
7777
html_css_files = ["css/custom.css"]
78-
html_js_files = []
78+
# html_js_files = []
7979

8080
# Logo and favicon configuration based on build language
8181
# Read the Docs sets READTHEDOCS_LANGUAGE environment variable during builds

0 commit comments

Comments
 (0)