Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.2k
Show errors and warnings in doc CI after build.#23868
Merged
QuLogic merged 1 commit intomatplotlib:mainfromSep 12, 2022
Merged
Show errors and warnings in doc CI after build.#23868QuLogic merged 1 commit intomatplotlib:mainfrom
QuLogic merged 1 commit intomatplotlib:mainfrom
Conversation
ae2f807 tof17bbbdCompare2 tasks
9d17527 toeff2456CompareMemberAuthor
oscargus commentedSep 11, 2022
In addition, two examples are edited to not use "DeprecationWarning" and reflect the current status. |
eff2456 toc35de8cCompareMember
tacaswell commentedSep 11, 2022
🎉 This is a very big win at a very small cost! |
tacaswell approved these changesSep 11, 2022
MemberAuthor
oscargus commentedSep 11, 2022
Itshould be quite easy to get those results out and comment in the PR as well. Given that one knows how to do the GitHub-part... |
QuLogic approved these changesSep 12, 2022
Member
timhoffm commentedSep 13, 2022
Great! 🚀 This addresses my issue#22176. Posting a commentis easyhttps://stackoverflow.com/a/64126737. |
Member
rcomer commentedDec 4, 2022
@meeseeksdev backport to v3.6.2-doc |
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestDec 4, 2022
6 tasks
Member
rcomer commentedDec 4, 2022
@meeseeksdev backport to v3.6.x |
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestDec 4, 2022
rcomer added a commit that referenced this pull requestDec 4, 2022
…868-on-v3.6.2-docBackport PR#23868 on branch v3.6.2-doc (Show errors and warnings in doc CI after build.)
tacaswell added a commit that referenced this pull requestDec 4, 2022
…868-on-v3.6.xBackport PR#23868 on branch v3.6.x (Show errors and warnings in doc CI after build.)
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
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.
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Adds a separate step that summarized the warnings and errors during documentation build.
Adds a step which checks for deprecation warnings in examples and tutorials.
I'm quite sure that there is an issue for that which I cannot find, but ideally this should be fed back to GitHub as a comment so it will still not be closed.
Anyway, this should help a bit as it is easier than scrolling back in the very long log (and some messages may have disappeared...).
Helps with#23866
PR Checklist
Tests and Styling
pytestpasses).flake8-docstringsand runflake8 --docstring-convention=all).Documentation
doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).