There was an error while loading. Please reload this page.
1 parent db51163 commit 28321efCopy full SHA for 28321ef
2 files changed
docs/requirements.txt
@@ -4,13 +4,13 @@ sphinx-multiproject==1.0.0
4
sphinx-rtd-theme
5
sphinx-book-theme~=1.1
6
sphinx-autodoc2~=0.5.0
7
-sphinx-design
+sphinx-design>=0.8.0
8
sphinx-copybutton
9
sphinxext.rediraffe~=0.3.0
10
sphinxcontrib.mermaid~=0.7.1
11
sphinxext.opengraph~=0.13.0
12
sphinx-pyscript
13
-sphinx-tippy
+sphinx-tippy>=0.4.3
14
sphinx-togglebutton
15
sphinx-tabs==3.4.7
16
sphinx-prompt==1.10.2
docs/source/conf.py
@@ -75,7 +75,7 @@
75
html_theme = "sphinx_book_theme"
76
html_static_path = ["_static"]
77
html_css_files = ["css/custom.css"]
78
-html_js_files = []
+# html_js_files = []
79
80
# Logo and favicon configuration based on build language
81
# Read the Docs sets READTHEDOCS_LANGUAGE environment variable during builds
0 commit comments