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",