Skip to content

Commit a0a0210

Browse files
committed
Attempt to fix failing RTD build
1 parent 953d3cc commit a0a0210

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/rtd.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ dependencies:
1919
- robotframework-lsp
2020
- sphinx
2121
- 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
2331
- sphinx-copybutton
2432
- pip:
2533
- -e ../python_packages/jupyter_lsp/

0 commit comments

Comments
 (0)