diff --git a/docs/source/conf.py b/docs/source/conf.py index 14d51192..d07584e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,11 +73,11 @@ # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...) html_css_files = [ - 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin-furo-css.css', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin-furo-css.css', ] html_js_files = [ - 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/crowdin.js', - 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.811.210538/dist/ranking-sorter.js', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/crowdin.js', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.812.190302/dist/ranking-sorter.js', 'js/crowdin.js', # crowdin language selector 'js/projects.js', # load projects with readthedocs documentation ]