From 4e9f1be36a3a7b2fc63913d99bdcfc7e88d934a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 26 Nov 2024 14:01:07 +0100 Subject: [PATCH] doc: fix the i18n links --- doc/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ea4d8163..e24eb4dc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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"), ], } diff --git a/pyproject.toml b/pyproject.toml index 7a6fd2c7..2b6171fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",