doc: fix the i18n links

This commit is contained in:
Éloi Rivard 2024-11-26 14:01:07 +01:00
parent 7f66a165c6
commit 4e9f1be36a
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -8,7 +8,7 @@ version = "0.0.56"
description = "Lightweight identity and authorization management software"
license = {file = "LICENSE.rst"}
readme = "README.md"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]
keywords = ["oidc", "oauth", "oauth2", "openid", "identity", "authentication"]
classifiers = [
"Intended Audience :: Developers",
"Development Status :: 3 - Alpha",