File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,7 @@ Sparse-dtype specific methods and attributes are provided under the
343
343
344
344
.. autosummary ::
345
345
:toctree: api/
346
+ :template: autosummary/accessor_method.rst
346
347
347
348
DataFrame.sparse.from_spmatrix
348
349
DataFrame.sparse.to_coo
Original file line number Diff line number Diff line change @@ -522,6 +522,7 @@ Sparse-dtype specific methods and attributes are provided under the
522
522
523
523
.. autosummary ::
524
524
:toctree: api/
525
+ :template: autosummary/accessor_method.rst
525
526
526
527
Series.sparse.from_coo
527
528
Series.sparse.to_coo
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies:
27
27
# documentation
28
28
- gitpython # obtain contributors from git for whatsnew
29
29
- gitdb2=2.0.6 # GH-32060
30
- - sphinx<=3.1.1
30
+ - sphinx
31
31
32
32
# documentation (jupyter notebooks)
33
33
- nbconvert>=5.4.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ mypy==0.730
16
16
pycodestyle
17
17
gitpython
18
18
gitdb2 == 2.0.6
19
- sphinx <= 3.1.1
19
+ sphinx
20
20
nbconvert >= 5.4.1
21
21
nbsphinx
22
22
pandoc
You can’t perform that action at this time.
0 commit comments