summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-03-05 09:29:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-03-05 09:29:49 -0500
commitb495362b11e240ffcc203c445e5c0e42c607bb23 (patch)
treeedde73730bf623c8e23e13c8e227ea3694a38fd2 /docs
parent9022a215459137d8bd9446d995c0dd159079a2b2 (diff)
downloadpython-setuptools-git-b495362b11e240ffcc203c445e5c0e42c607bb23.tar.gz
⚫ Fade to black.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py27
1 files changed, 15 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 831fcc89..9d60e4bd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -100,16 +100,19 @@ intersphinx_mapping = {
# Preserve authored syntax for defaults
autodoc_preserve_defaults = True
-intersphinx_mapping.update({
- 'pip': ('https://pip.pypa.io/en/latest', None),
- 'build': ('https://pypa-build.readthedocs.io/en/latest', None),
- 'PyPUG': ('https://packaging.python.org/en/latest/', None),
- 'packaging': ('https://packaging.pypa.io/en/latest/', None),
- 'twine': ('https://twine.readthedocs.io/en/stable/', None),
- 'importlib-resources': (
- 'https://importlib-resources.readthedocs.io/en/latest', None
- ),
-})
+intersphinx_mapping.update(
+ {
+ 'pip': ('https://pip.pypa.io/en/latest', None),
+ 'build': ('https://pypa-build.readthedocs.io/en/latest', None),
+ 'PyPUG': ('https://packaging.python.org/en/latest/', None),
+ 'packaging': ('https://packaging.pypa.io/en/latest/', None),
+ 'twine': ('https://twine.readthedocs.io/en/stable/', None),
+ 'importlib-resources': (
+ 'https://importlib-resources.readthedocs.io/en/latest',
+ None,
+ ),
+ }
+)
# Support tooltips on references
extensions += ['hoverxref.extension']
@@ -236,13 +239,13 @@ favicons = [
"rel": "icon",
"type": "image/svg+xml",
"static-file": "logo-symbol-only.svg",
- "sizes": "any"
+ "sizes": "any",
},
{ # Version with thicker strokes for better visibility at smaller sizes
"rel": "icon",
"type": "image/svg+xml",
"static-file": "favicon.svg",
- "sizes": "16x16 24x24 32x32 48x48"
+ "sizes": "16x16 24x24 32x32 48x48",
},
# rel="apple-touch-icon" does not support SVG yet
]