From 6598fb7fa61a6175b74c68fcc5675b326893a447 Mon Sep 17 00:00:00 2001 From: kolo Date: Mon, 8 Dec 2025 19:30:14 +0300 Subject: [PATCH] Update documentation and code snippets --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"), ] }