pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.76k stars 317 forks source link

Investigate outline on cross references in Safari #819

Open pradyunsg opened 3 months ago

pradyunsg commented 3 months ago

Furo: 2023.9.10
Sphinx: 7.2.6
Safari: 17.1
macOS: Ventura 13.6.2

Here is a picture of what the documentation of a particular function looks like on Chrome:

Screenshot 2023-12-15 at 06 50 48

On Safari, note that there is a bright blue border around on one of the cross-references:

Screenshot 2023-12-15 at 06 55 23

Here is a link to the project page on readthedocs, which shows this issue as well: https://drjit.readthedocs.io/en/nanobind_v2/reference.html. Curiously, the set of "bubbles" there is actually different from those in my offline build 🤔

Originally posted by @wjakob in https://github.com/pradyunsg/furo/discussions/740