intersphinx: Reduce log severity for ambiguity detection during inventory loading.#12615
Merged
AA-Turner merged 2 commits intosphinx-doc:masterfrom Jul 18, 2024
jayaddison:issue-12613/intersphinx-loading-reduce-ambiguity-msg-severity
Merged
intersphinx: Reduce log severity for ambiguity detection during inventory loading.#12615AA-Turner merged 2 commits intosphinx-doc:masterfrom jayaddison:issue-12613/intersphinx-loading-reduce-ambiguity-msg-severity
AA-Turner merged 2 commits intosphinx-doc:masterfrom
jayaddison:issue-12613/intersphinx-loading-reduce-ambiguity-msg-severity
Conversation
AA-Turner
reviewed
Jul 18, 2024
…s are _not_ present in warning output.
AA-Turner
approved these changes
Jul 18, 2024
Contributor
Author
|
Thanks @AA-Turner! |
|
Thanks for the quick turnaround and release! That makes it easy to now remove the workaround downstream. |
jaraco
added a commit
to pypa/setuptools
that referenced
this pull request
Jul 18, 2024
…loses #4474." This reverts commit aa41ab5. A fix has been released in 7.4.6 (sphinx-doc/sphinx#12615).
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.
Feature or Bugfix
Purpose
objects.invfiles -- this generally isn't a problem unless those entities are referenced, but we do warn about it when those inventories are loaded. This changeset reduces noise levels from the log message recorded when (non-duplicate) ambiguity is detected.Detail
info-level message instead of awarning-level message.Relates