Update documentation and code snippets

This commit is contained in:
2025-12-08 19:30:14 +03:00
parent cb6549452d
commit 6598fb7fa6
+2 -2
View File
@@ -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"),
]
}