From 30bd7f5567d3f9d624ae662f29edf7dd248f7c17 Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Wed, 20 Nov 2024 17:03:29 +0100 Subject: [PATCH] update --- prepare_theme.sh | 2 +- theme_common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_theme.sh b/prepare_theme.sh index 67cf92e0..29b3eddd 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 diff --git a/theme_common b/theme_common index 0eef29f4..07b02028 160000 --- a/theme_common +++ b/theme_common @@ -1 +1 @@ -Subproject commit 0eef29f4cbd2491bbad359c7981501e80e26e78a +Subproject commit 07b020286381866049b05b4c806982b464b47407