Linklint is a new Sphinx extension created to suppress excessive hyperlinks in Python documentation. It targets two specific cases: links within a section pointing back to the same section, and repeated links to the same target within a single paragraph. The extension works by analyzing the Sphinx doctree during the build
Sort: