Skip to content

Commit 741a21b

Browse files
authored
CI/DOC: unpin sphinx, fix autodoc usage (pandas-dev#35815)
1 parent 5d18e13 commit 741a21b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mypy==0.730
1616
pycodestyle
1717
gitpython
1818
gitdb2==2.0.6
19-
sphinx<=3.1.1
19+
sphinx
2020
nbconvert>=5.4.1
2121
nbsphinx
2222
pandoc

0 commit comments

Comments
 (0)