You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the resolve_source plugin entry point and its documentation:
- Removed entry point from pyproject.toml
- Removed default_resolve_source from hooks.rst
This hook was replaced by the get_resolver_provider hook during the
resolver refactoring. Resolution now uses the provider pattern directly
instead of calling resolve_source as a plugin hook.
Fixes ReadTheDocs CI warning about missing default_resolve_source.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Signed-off-by: Rohan Devasthale <[email protected]>
0 commit comments