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
docs: convert README inline links to anonymous references for PyPI re…
…ndering
twine 6.2.0 rejects the v3.3.0 long_description because rST sees duplicate
named targets (55x `example`, 3x `ADBench`, 2x `NLP-ADBench`) created by
single-underscore inline links. Anonymous references (`text <url>`__)
do not create named targets, so the duplication goes away. Each of the
121 inline external links in README.rst is converted; no other content
changes. v3.2.1 had the same warning but older twine accepted it.