config: do not hyperlink scaled images

This way, you don't go to another page if you accidentally click an image.

If someone really needs the original size, they can right click on the image and copy or just zoom in.
This commit is contained in:
Laurens Valk
2020-04-07 15:34:15 +02:00
parent 32ab928aa8
commit a627491dae
+2
View File
@@ -176,6 +176,8 @@ html_sidebars = {
]
}
# Don't hyperlink to larger images for scaled images.
html_scaled_image_link = False
# -- Options for HTMLHelp output ------------------------------------------