File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from urllib .request import urlopen
44
55extensions = [
6- 'linklint.ext' ,
76 'notfound.extension' ,
87 'sphinx.ext.extlinks' ,
98 'sphinx.ext.intersphinx' ,
109 'sphinx.ext.todo' ,
1110 'sphinx_copybutton' ,
1211 'sphinx_inline_tabs' ,
1312 'sphinx_last_updated_by_git' ,
13+ 'sphinx_linklint.ext' ,
1414 'sphinxcontrib.youtube' ,
1515 'sphinxext.opengraph' ,
1616 'sphinxext.rediraffe' ,
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ the second mention is more appropriate for a link. Some units are long enough
237237to have a few repeated links. Use judgement to decide when a link will help
238238the reader.
239239
240- We use the :pypi: `linklint Sphinx extension <linklint> ` to suppress two kinds
240+ We use the :pypi: `linklint Sphinx extension <sphinx- linklint> ` to suppress two kinds
241241of excessive links: references in a section to itself and duplicate references
242242in a paragraph. Previously, editors had to carefully use an exclamation mark
243243in a Sphinx reference (``:func:`!map` ``) to prevent such links.
Original file line number Diff line number Diff line change 11furo >= 2025.12.19
22jinja2
3- linklint
43sphinx-autobuild >= 2025.8.25
54sphinx-inline-tabs >= 2025.12.21.14
65sphinx-last-updated-by-git >= 0.3.8
76sphinx-lint == 1.0.2
87sphinx-notfound-page >= 1.1.0
98sphinx_copybutton >= 0.5.2
9+ sphinx_linklint
1010sphinxcontrib-youtube >= 1.5.0
1111sphinxext-opengraph >= 0.13.0
1212sphinxext-rediraffe
You can’t perform that action at this time.
0 commit comments