File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ dependencies:
19
19
- robotframework-lsp
20
20
- sphinx
21
21
- sphinx-autodoc-typehints
22
- - sphinx-book-theme
22
+ - sphinx-book-theme>=0.3.2 # force recent sphinx-book-theme version
23
+ # (which does not yet support sphinx 5.0 so instead a very early 0.0.3
24
+ # version was getting installed); this constraint and the constraint
25
+ # on pydata-sphinx-theme below can be removed once:
26
+ # https://github.com/executablebooks/sphinx-book-theme/issues/575
27
+ # and
28
+ # https://github.com/executablebooks/sphinx-book-theme/issues/571
29
+ # are resolved
30
+ - pydata-sphinx-theme>=0.7.2 # https://github.com/executablebooks/jupyter-book/issues/1569
23
31
- sphinx-copybutton
24
32
- pip :
25
33
- -e ../python_packages/jupyter_lsp/
You can’t perform that action at this time.
0 commit comments