From 191cfbf1b742185b679e4ec6ff120b2c54337824 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 14 Mar 2026 08:57:30 -0400 Subject: [PATCH] docs: update shared-web --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f672003..ff75fe35 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,11 +74,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.219.33142/dist/crowdin-furo-css.css', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/crowdin-furo-css.css', ] html_js_files = [ - 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/crowdin.js', - 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.219.33142/dist/ranking-sorter.js', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/crowdin.js', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/ranking-sorter.js', 'js/crowdin.js', # crowdin language selector 'js/projects.js', # load projects with readthedocs documentation ]