From 5c14f9b8bc3e855f454c00c1be79f5581fa6c1b7 Mon Sep 17 00:00:00 2001 From: kolo Date: Thu, 16 Oct 2025 15:41:08 +0300 Subject: [PATCH] fix ci --- docs/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 313c7b7..e891a03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,10 +28,3 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "shibuya" html_static_path = ["_static"] - -html_context = { - "languages": [ - ("English", "/en/%s/", "en"), - ("Русский", "/ru/%s/", "ru"), - ] -}