Fix detection for out of date files#9360
Merged
Merged
Conversation
Member
|
Thank you for your proposal. It seems some tests are failed. Could you check them please? |
Contributor
Author
|
Well, I am not fully sure why the tests fail. I removed 2x but when I run only a single test, it works fine |
Contributor
Author
|
I've got a tentative patch that works. But as said, I'm not much experienced with Sphinx. |
Contributor
Author
|
@tk0miya May I please ping this pull request? |
Contributor
Author
|
May I please ping this pull request? |
fae4f9d to
ca6605c
Compare
ca6605c to
d3ab80c
Compare
Contributor
Author
|
Rebased this pull request. Is it something @AA-Turner can take a look at, please? |
AA-Turner
requested changes
Oct 5, 2022
AA-Turner
approved these changes
Oct 5, 2022
Member
|
Please add a CHANGES entry A |
Contributor
Author
Done. |
AA-Turner
reviewed
Oct 5, 2022
Member
|
Thanks @marxin! A |
Contributor
Author
|
I thank you! |
marxin
added a commit
to marxin/sphinx
that referenced
this pull request
Oct 10, 2022
This reverts commit b1390c4. The change is reverted because some Builders don't have a more fine-grained support for outdated docs: sphinx-doc#10903 (comment)
marxin
added a commit
to marxin/sphinx
that referenced
this pull request
Oct 10, 2022
This reverts commit b1390c4. The change is reverted because some Builders don't have a more fine-grained support for outdated docs: sphinx-doc#10903 (comment) Fixes: sphinx-doc#10903.
AA-Turner
pushed a commit
that referenced
this pull request
Oct 13, 2022
This reverts commit b1390c4. The change is reverted because some builders don't have fine-grained support for outdated docs: #10903 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix detection when targets are out of date.
Fixes #9359.