File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
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
You can’t perform that action at this time.
0 commit comments