doc: internationalization menu redirects to the same translated page

instead of the index page of other languages
This commit is contained in:
Éloi Rivard 2024-11-25 14:06:38 +01:00
parent 6735f0957c
commit 6f99c186d0
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -116,8 +116,8 @@ html_context = {
"source_version": "main",
"source_docs_path": "/doc/",
"languages": [
("English", "/en/"),
("Français", "/fr/"),
("English", "/en/%s"),
("Français", "/fr/%s"),
],
}