From 3fa39507d7848fc31a9a5e6105c2921992f38cfd Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Tue, 26 Nov 2024 02:32:37 +0300 Subject: [docs] doxygen theme as local --- docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Doxyfile') diff --git a/docs/Doxyfile b/docs/Doxyfile index 1683f95..2b498bc 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -43,8 +43,8 @@ HTML_DYNAMIC_SECTIONS = YES GENERATE_TREEVIEW = YES # Integrating Doxygen Awesome CSS from web -HTML_EXTRA_STYLESHEET = https://cdn.jsdelivr.net/gh/jothepro/doxygen-awesome-css@v2.0.1/doxygen-awesome.css -HTML_EXTRA_FILES = https://cdn.jsdelivr.net/gh/jothepro/doxygen-awesome-css@v2.0.1/doxygen-awesome-darkmode-toggle.js +HTML_EXTRA_STYLESHEET = ./style.css +HTML_EXTRA_FILES = ./file.js # Warnings WARNINGS = YES -- cgit v1.2.3