mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Update documentation regarding entry points
Refer to the PyPA packaging guide Replace references to the deprecated `pkg_resources` docs
This commit is contained in:
parent
5c52d752e6
commit
49f52a8598
3 changed files with 18 additions and 16 deletions
|
|
@ -296,7 +296,11 @@ texinfo_documents = [
|
|||
|
||||
|
||||
# Example configuration for intersphinx: refer to the Python standard library.
|
||||
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3/", None),
|
||||
"packaging": ("https://packaging.python.org/en/latest/", None),
|
||||
"setuptools": ("https://setuptools.pypa.io/en/latest/", None),
|
||||
}
|
||||
|
||||
extlinks = {
|
||||
"issue": ("https://github.com/pycqa/flake8/issues/%s", "#%s"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue