File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ distributed
2
2
numpydoc
3
3
ipython
4
4
sphinx<5
5
+ sphinx-reredirects
5
6
dask-sphinx-theme>=3.0.0
6
7
# FIXME: This workaround is required until we have sphinx>=5, as enabled by
7
8
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is
Original file line number Diff line number Diff line change 48
48
"sphinx.ext.autosummary" ,
49
49
"sphinx.ext.extlinks" ,
50
50
"numpydoc" ,
51
+ "sphinx_reredirects" ,
51
52
]
52
53
54
+ redirects = {
55
+ "interactive" : "clusters-interactive.html" ,
56
+ "advanced-tips-and-tricks" : "clusters-advanced-tips-and-tricks.html" ,
57
+ "configuration" : "clusters-configuration.html" ,
58
+ "howitworks" : "clusters-howitworks.html" ,
59
+ "api" : "clusters-api.html" ,
60
+ "configuration-setup" : "clusters-configuration-setup.html" ,
61
+ "interactive" : "clusters-interactive.html" ,
62
+ "configurations" : "clusters-configuration-examples.html" ,
63
+ "examples" : "clusters-example-deployments.html" ,
64
+ }
65
+
53
66
autosummary_generate = True
54
67
55
68
numpydoc_class_members_toctree = True
You can’t perform that action at this time.
0 commit comments