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_version": "main",
|
||||||
"source_docs_path": "/doc/",
|
"source_docs_path": "/doc/",
|
||||||
"languages": [
|
"languages": [
|
||||||
("English", "/en/%s"),
|
("English", "/en/latest/%s.html"),
|
||||||
("Français", "/fr/%s"),
|
("Français", "/fr/latest/%s.html"),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ version = "0.0.56"
|
||||||
description = "Lightweight identity and authorization management software"
|
description = "Lightweight identity and authorization management software"
|
||||||
license = {file = "LICENSE.rst"}
|
license = {file = "LICENSE.rst"}
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]
|
keywords = ["oidc", "oauth", "oauth2", "openid", "identity", "authentication"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
|
Loading…
Reference in a new issue