refactor: remove unused explicit source metadata - #825
Merged
Merged
Conversation
AlexanderLanin
added this pull request to stack #821
September 14, 2026 20:20
AlexanderLanin
requested review from
MaximilianSoerenPollak,
a-zw,
dcalavrezo-qorix and
nradakovic
as code owners
September 14, 2026 20:20
Contributor
|
Documentation preview for this pull request is available at: |
MaximilianSoerenPollak
approved these changes
Sep 15, 2026
MaximilianSoerenPollak
left a comment
Contributor
There was a problem hiding this comment.
💯 ye, remove anything we don't need.
stack merge was automatically disabled
September 15, 2026 13:12
Pull Request is not mergeable
stack merge was automatically disabled
September 15, 2026 13:13
Pull Request is not mergeable
stack merge was automatically disabled
September 15, 2026 13:14
Pull Request is not mergeable
MaximilianSoerenPollak
force-pushed
the
remove-source-explicit-flag
branch
from
September 15, 2026 13:15
d39113d to
6f31ece
Compare
MaximilianSoerenPollak
force-pushed
the
remove-source-explicit-flag
branch
from
September 15, 2026 13:16
6f31ece to
13c9b01
Compare
MaximilianSoerenPollak
force-pushed
the
remove-source-explicit-flag
branch
from
September 15, 2026 13:17
13c9b01 to
0b11b3c
Compare
MaximilianSoerenPollak
approved these changes
Sep 15, 2026
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 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.
What this achieves
Removes obsolete explicit-source metadata from the documentation bundle provider.
Why this is needed
The
own_source_is_explicitfield was only read by the Sphinx adapter removed in #812. No current code consumes it, so keeping it makes the provider contract misleading.Changes
own_source_is_explicitprovider field.