Skip to content

Commit 6070e82

Browse files
Add sphinx theme workaround (#865)
1 parent 3a41910 commit 6070e82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/requirements-docs.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ sphinx-reredirects
44
sphinxcontrib-mermaid
55
dask-sphinx-theme>=3.0.0
66
frigate>=0.7.0
7+
8+
# FIXME: This workaround is required until we have sphinx>=5, as enabled by
9+
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
10+
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68.
11+
#
12+
sphinxcontrib-applehelp<1.0.5
13+
sphinxcontrib-devhelp<1.0.6
14+
sphinxcontrib-htmlhelp<2.0.5
15+
sphinxcontrib-serializinghtml<1.1.10
16+
sphinxcontrib-qthelp<1.0.7

0 commit comments

Comments
 (0)