forked from Github-Mirrors/canaille
doc: fix the i18n links
This commit is contained in:
parent
7f66a165c6
commit
4e9f1be36a
2 changed files with 3 additions and 3 deletions
|
@ -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"),
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue