Hi,
I use Sphnix "-W" option to turn warnings into errors for checking purpose. It works well in most cases by helping fix issues on early stages. But enabling sphinx.ext.autosectionlabel generates quite a number of duplicate labels, say "Reference" for each chapter, which are treated as errors.
Can I keep both "-W" and "sphinx.ext.autosectionlabel" and ignore duplicate label warnings?
Thank you!
Jianwen