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"), - ] -}