sphinx-extensions2 / sphinx-tippy

Get rich tool tips in your sphinx documentation!
https://sphinx-tippy.readthedocs.io
MIT License
33 stars 5 forks source link

Wikipedia tips work also with languages other than English? #7

Open dbitouze opened 1 year ago

dbitouze commented 1 year ago

Is there a way to customize sphinx-tippy in order that Wikipedia tips work also with languages other than English? Indeed, in the following MWE, only “Wikipedia (en)” currently has a tooltip:

# Test

- [Wikipedia (en)](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)
- [Wikipedia (fr)](https://fr.wikipedia.org/wiki/Uniform_Resource_Identifier)
- [Wikipedia (es)](https://es.wikipedia.org/wiki/Identificador_de_recursos_uniforme)