-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix detection for out of date files #9360
Conversation
Thank you for your proposal. It seems some tests are failed. Could you check them please? |
Well, I am not fully sure why the tests fail. I removed 2x
but when I run only a single test, it works fine |
I've got a tentative patch that works. But as said, I'm not much experienced with Sphinx. |
@tk0miya May I please ping this pull request? |
May I please ping this pull request? |
fae4f9d
to
ca6605c
Compare
ca6605c
to
d3ab80c
Compare
Rebased this pull request. Is it something @AA-Turner can take a look at, please? |
Please add a CHANGES entry A |
Done. |
Thanks @marxin! A |
I thank you! |
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)
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.
This reverts commit b1390c4. The change is reverted because some builders don't have fine-grained support for outdated docs: #10903 (comment)
Fix detection when targets are out of date.
Fixes #9359.