Skip to content

Commit fd2dabe

Browse files
committed
CI/DOC: unpin sphinx, fix autodoc pandas-dev#35138
1 parent 5d18e13 commit fd2dabe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

doc/source/reference/frame.rst

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ Sparse-dtype specific methods and attributes are provided under the
343343

344344
.. autosummary::
345345
:toctree: api/
346+
:template: autosummary/accessor_method.rst
346347

347348
DataFrame.sparse.from_spmatrix
348349
DataFrame.sparse.to_coo

doc/source/reference/series.rst

+1
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ Sparse-dtype specific methods and attributes are provided under the
522522

523523
.. autosummary::
524524
:toctree: api/
525+
:template: autosummary/accessor_method.rst
525526

526527
Series.sparse.from_coo
527528
Series.sparse.to_coo

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
# documentation
2828
- gitpython # obtain contributors from git for whatsnew
2929
- gitdb2=2.0.6 # GH-32060
30-
- sphinx<=3.1.1
30+
- sphinx
3131

3232
# documentation (jupyter notebooks)
3333
- nbconvert>=5.4.1

0 commit comments

Comments
 (0)