Skip to content

CI/DOC: unpin sphinx, fix autodoc usage #35815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/reference/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ Sparse-dtype specific methods and attributes are provided under the

.. autosummary::
:toctree: api/
:template: autosummary/accessor_method.rst

DataFrame.sparse.from_spmatrix
DataFrame.sparse.to_coo
Expand Down
1 change: 1 addition & 0 deletions doc/source/reference/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ Sparse-dtype specific methods and attributes are provided under the

.. autosummary::
:toctree: api/
:template: autosummary/accessor_method.rst

Series.sparse.from_coo
Series.sparse.to_coo
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
# documentation
- gitpython # obtain contributors from git for whatsnew
- gitdb2=2.0.6 # GH-32060
- sphinx<=3.1.1
- sphinx

# documentation (jupyter notebooks)
- nbconvert>=5.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mypy==0.730
pycodestyle
gitpython
gitdb2==2.0.6
sphinx<=3.1.1
sphinx
nbconvert>=5.4.1
nbsphinx
pandoc
Expand Down