Skip to content

Commit d07c313

Browse files
Merge branch 'main' of github.com:dask/dask-mpi into pre-commit-ci-update-config
2 parents 9b755ed + affc02a commit d07c313

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

docs/environment.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ dependencies:
1010
- mpi4py>=3.0.3
1111
- versioneer
1212
- distutils
13-
- sphinx
13+
- sphinx>=7
1414
- pygments
1515
- pip
1616
- pip:
17-
#>>>> See: https://github.com/dask/dask-sphinx-theme/issues/68
18-
- sphinxcontrib-applehelp<1.0.5
19-
- sphinxcontrib-devhelp<1.0.6
20-
- sphinxcontrib-htmlhelp<2.0.5
21-
- sphinxcontrib-serializinghtml<1.1.10
22-
- sphinxcontrib-qthelp<1.0.7
23-
#<<<<
24-
- dask-sphinx-theme>=3.0.5
17+
- dask-sphinx-theme>=4
2518
- numpydoc
2619
- sphinx-click

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. currentmodule:: dask_mpi.core
1+
.. currentmodule:: dask_mpi
22

33
.. _api:
44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dask\_mpi.core.initialize
22
=========================
33

4-
.. currentmodule:: dask_mpi.core
4+
.. currentmodule:: dask_mpi
55

6-
.. autofunction:: initialize
6+
.. autofunction:: initialize

0 commit comments

Comments
 (0)