diff --git a/docs/conf.py b/docs/conf.py index 9e754a8..f5862a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,8 +29,8 @@ html_static_path = ["_static"] html_context = { "languages": [ - ("English", "/en/latest/%s/", "en"), - ("Русский", "/ru/latest/%s/", "ru"), + ("English", "/en/latest/%s.html", "en"), + ("Русский", "/ru/latest/%s.html", "ru"), ] }