File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments