From 2549b62a6f99b20223796227a8c2bb6c044f9301 Mon Sep 17 00:00:00 2001 From: RSAK56 Date: Mon, 30 Dec 2024 13:45:25 +0500 Subject: [PATCH 1/2] Updated theme common fonts --- theme_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_common b/theme_common index 0eef29f..11286e1 160000 --- a/theme_common +++ b/theme_common @@ -1 +1 @@ -Subproject commit 0eef29f4cbd2491bbad359c7981501e80e26e78a +Subproject commit 11286e112ea55c995232ea415038456ab3f70f59 From aea4dc467f092828ec417aea8fc0fb44fdad126a Mon Sep 17 00:00:00 2001 From: RSAK56 Date: Wed, 15 Jan 2025 12:03:11 +0500 Subject: [PATCH 2/2] Updated theme script for exec --- prepare_theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_theme.sh b/prepare_theme.sh index 67cf92e..29b3edd 100755 --- a/prepare_theme.sh +++ b/prepare_theme.sh @@ -1,3 +1,3 @@ pip install -r theme_common/requirements.txt -python theme_common/scripts/combine_theme_resources.py theme_common/resources theme_override/resources dist/_theme +python theme_common/scripts/combine_theme_resources.py -s theme_common/resources -ov theme_override/resources -o dist/_theme python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdocs.yml theme_override/mkdocs.yml mkdocs.yml