From 5895b1868adb8462d1ada86a272a5197466b5812 Mon Sep 17 00:00:00 2001 From: Eeason Shen <109536807+Vegetable-SYC@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:49:42 +0800 Subject: [PATCH] update --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1755e7c..93990c7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,13 +113,13 @@ print(rst_prolog) del frozen_locals html_css_files = [ - 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/color-roles.css', - 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css', - 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/navigationStyle.css', + 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs@latest/docs/source/_static/css/color-roles.css', + 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs@latest/docs/source/_static/css/custom.css', + 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs@latest/docs/source/_static/css/navigationStyle.css', ] html_js_files = [ - 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/js/custom.js', + 'https://cdn.jsdelivr.net/gh/Freenove/freenove-docs@latest/docs/source/_static/js/custom.js', # 'js/custom.js' ]