Skip to content

Commit fb4e778

Browse files
committed
Add more precise dependencies constrains for readthedocs to solve the issue with dependency resolution and performance.
1 parent d9c7ab4 commit fb4e778

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/requirements-docs.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# We have to set minimal versions to avoid searches over old versions whose metadata is incompatible with the latest pip
2-
numpydoc>=0.6.0
3-
docutils>=0.15.2
4-
sphinx
5-
dask-sphinx-theme>=3.0.5
2+
numpydoc<2,>=1.5.0
3+
docutils<0.17,>=0.16
4+
sphinx<5,>=4.0.0
5+
dask-sphinx-theme<4,>=3.0.5
66
# FIXME: This workaround is required until we have sphinx>=5, as enabled by
77
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
88
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
99
#
10-
sphinxcontrib-applehelp<1.0.5
11-
sphinxcontrib-devhelp<1.0.6
12-
sphinxcontrib-htmlhelp<2.0.5
13-
sphinxcontrib-serializinghtml<1.1.10
14-
sphinxcontrib-qthelp<1.0.7
10+
sphinxcontrib-applehelp<1.0.5,>=1.0.0
11+
sphinxcontrib-devhelp<1.0.6,>=1.0.0
12+
sphinxcontrib-htmlhelp<2.0.5,>=2.0.0
13+
sphinxcontrib-serializinghtml<1.1.10,>=1.0.0
14+
sphinxcontrib-qthelp<1.0.7,>=1.0.0

0 commit comments

Comments
 (0)