summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
]