stevedore/releasenotes/notes/module-name-property-d3b2d092259dadec.yaml
Doug Hellmann bc04ca91e0
sphinxext: fix warning message for detailed list
Fix the way the warning for undocumented modules in a detail list is
produced. The new importlib.metadata.EntryPoint type is derived from
namedtuple so using string interpolation means the multi-part tuple
causes an error. Take the opportunity to include a more detailed
message.

Change-Id: I02223a982258a1bf8fc28fa91c7c090c7ac3554e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2020-07-12 15:01:34 -04:00

6 lines
166 B
YAML

---
features:
- |
Add a `module_name` property to the `Extension` class to make it easier
for consumers to determine where the plugin is being loaded from.