Conversation
|
Alas, looks like |
|
Hum, and many more Sphinx warnings : (I don't remember seeing this when testing this change a while back) |
Oh no... Is this before or after you remove |
|
Yea, it looks like |
|
@saimn , feel free to ping for review again once you have addressed Adrian's comment. Thanks! |
|
RTD is still failing. 😢 |
|
Moved the milestone. |
|
@saimn could you rebase – some of those RTD failures look like the warnings that have just been fixed for 5.0.1? |
1c7b2c5 to
a5d3a0d
Compare
|
I rebased, though the CI might be broken due to pytest 7 and scipy 1.8. |
|
These warnings in RTD log might be related: |
|
Hum yeah it seems things went worse with the recent sphinx releases. Not sure what to do at this point. |
|
@astrojuanlu , any ideas? 😱 |
|
Do you think we can do something like astropy/photutils#1306 ? |
a5d3a0d to
2435250
Compare
docs/conf.py
Outdated
| # major.minor, call `check_sphinx_version("X.Y.Z")` here. | ||
| check_sphinx_version("1.2.1") # noqa: F405 | ||
|
|
||
| autosummary_generate = False |
There was a problem hiding this comment.
@saimn , was this experimental or part of your proposed solution for real?
|
Nope. Doesn't work now. |
5d09b11 to
734aac9
Compare
|
See #13048. |
Fix #11725, also see #11763.
Close #13015
This fixes the warnings (example below) by removing the duplicate entries.
Description
This pull request is to address ...
Fixes #
Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
Extra CIlabel.no-changelog-entry-neededlabel. If this is a manual backport, use theskip-changelog-checkslabel unless special changelog handling is necessary.astropy-botcheck might be missing; do not let the green checkmark fool you.backport-X.Y.xlabel(s) before merge.