Skip to content

Commit affc02a

Browse files
Build docs with Sphinx >=7 (#138)
1 parent 3d4742e commit affc02a

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
@@ -9,17 +9,10 @@ dependencies:
99
- mpich
1010
- mpi4py>=3.0.3
1111
- versioneer
12-
- sphinx
12+
- sphinx>=7
1313
- pygments
1414
- pip
1515
- pip:
16-
#>>>> See: https://github.com/dask/dask-sphinx-theme/issues/68
17-
- sphinxcontrib-applehelp<1.0.5
18-
- sphinxcontrib-devhelp<1.0.6
19-
- sphinxcontrib-htmlhelp<2.0.5
20-
- sphinxcontrib-serializinghtml<1.1.10
21-
- sphinxcontrib-qthelp<1.0.7
22-
#<<<<
23-
- dask-sphinx-theme>=3.0.5
16+
- dask-sphinx-theme>=4
2417
- numpydoc
2518
- 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)