-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I am writing a documentation in french and I notice Wikipedia links don't work. To test that I tried the following code, and only the second link works:
:::{list-table}
- - [Ken Thompson](https://fr.wikipedia.org/wiki/Ken_Thompson)
- - [Ken Thompson](https://en.wikipedia.org/wiki/Ken_Thompson)
:::This is because WIKI_PATH is hardcoded in English:
sphinx-tippy/src/sphinx_tippy.py
Line 206 in cca8ea8
| WIKI_PATH = "https://en.wikipedia.org/wiki/" |
It would be nice to either store the whole URL for simplicity or use a tuple for wiki_titles: (title, language).
psychomantys
Metadata
Metadata
Assignees
Labels
No labels