diff --git a/docs/source/conf.py b/docs/source/conf.py index e7cae746..fc02d1d5 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