diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 20360df..08e62cc 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -2,11 +2,16 @@ { "name": "latest", "version": "latest", - "url": "https://pyspapi.readthedocs.io/en/latest/" + "url": "https://pyspapi.readthedocs.io/ru/latest/" }, { "name": "stable", "version": "stable", - "url": "https://pyspapi.readthedocs.io/en/stable/" + "url": "https://pyspapi.readthedocs.io/ru/stable/" + }, + { + "name": "v3-asyncio", + "version": "v3-asyncio", + "url": "https://pyspapi.readthedocs.io/ru/v3-asyncio/" } ]