Skip to content

Commit 564149b

Browse files
Fix docs build (#8472)
1 parent a6ea9f4 commit 564149b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ cloudpickle
55
git+https://github.com/dask/dask
66
sphinx
77
dask-sphinx-theme>=3.0.0
8+
# FIXME: `sphinxcontrib-*` pins are a workaround until we have sphinx>=5.
9+
# See https://github.com/dask/dask-sphinx-theme/issues/68.
10+
sphinxcontrib-applehelp>=1.0.0,<1.0.7
11+
sphinxcontrib-devhelp>=1.0.0,<1.0.6
12+
sphinxcontrib-htmlhelp>=2.0.0,<2.0.5
13+
sphinxcontrib-serializinghtml>=1.1.0,<1.1.10
14+
sphinxcontrib-qthelp>=1.0.0,<1.0.7
815
sphinx-click
916
memray
1017
sphinx_design

0 commit comments

Comments
 (0)