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 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