From 1015e34dff13af991ebab823d59451a8b6c4756b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:00:32 -0400 Subject: [PATCH] docs(js): update javascript sources --- 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 e7cae74..fc02d1d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -76,9 +76,9 @@ 'css/crowdin-furo.css', ] html_js_files = [ - 'https://app.lizardbyte.dev/node_modules/jquery/dist/jquery.min.js', # jquery, required for ajax request - 'https://app.lizardbyte.dev/js/ranking_sorter.js', # ranking sorter, required to sort projects - 'https://app.lizardbyte.dev/js/sleep.js', # sleep, used to delay repositioning of crowdin elements + 'https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js', # jquery, required for ajax request + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2024.921.191855/dist/ranking-sorter.js', + 'https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2024.921.191855/dist/sleep.js', 'js/crowdin.js', # crowdin language selector 'js/crowdin_web_widget.js', # crowdin translation widget 'js/projects.js', # load projects with readthedocs documentation