diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-15 08:58:22 -0400 | 
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-15 08:58:22 -0400 | 
| commit | d8fda18abfeff18dd1b1588fbca707d1b2b14214 (patch) | |
| tree | 1c995f4b1bd349470fc590b6db75536041bc8ae2 /docs/conf.py | |
| parent | df9500ac5da25ece5f1f792e7834cc714cc71b70 (diff) | |
| download | python-setuptools-git-d8fda18abfeff18dd1b1588fbca707d1b2b14214.tar.gz | |
Bump packaging version to 15.1
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 24830987..ba3a35bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -242,6 +242,10 @@ link_files = {  				pattern=r"Pip #(?P<pip>\d+)",  				url='{GH}/pypa/pip/issues/{pip}',  			), +			dict( +				pattern=r"Packaging #(?P<packaging>\d+)", +				url='{GH}/pypa/packaging/issues/{packaging}', +			),  		],  	),  }  | 
