bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 9 forks source link

Add mechanism to detect and notify user of duplicate name/domain/role entries in a loaded Inventory #187

Open bskinn opened 3 years ago

bskinn commented 3 years ago

If duplicates are present, Sphinx will silently take only the last one defined in the inventory file. This would be really good to diagnose and surface to the user.

Probably integrate into both API and CLI.