From 19609c020dc01146658d80a9ba13ce4369f6c483 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sun, 13 Mar 2022 21:15:00 +0000 Subject: Link packaging --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index da4d9f33..4c00d46f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -200,6 +200,7 @@ favicons = [ intersphinx_mapping['pip'] = 'https://pip.pypa.io/en/latest', None intersphinx_mapping['PyPUG'] = ('https://packaging.python.org/en/latest/', None) +intersphinx_mapping['packaging'] = ('https://packaging.pypa.io/en/latest/', None) intersphinx_mapping['importlib-resources'] = ( 'https://importlib-resources.readthedocs.io/en/latest', None ) -- cgit v1.2.1