From a63715ee67ab6c3bbb78f9f5d4365980e63ae946 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sun, 7 Apr 2024 22:46:47 +0200 Subject: [PATCH] chore: set submodule to shallow copy --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 75e9e1c..6027a24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "vendor/bitbucket.org/victorykit/sphinx-victorykit-theme-assets"] path = vendor/bitbucket.org/victorykit/sphinx-victorykit-theme-assets url = git@bitbucket.org:victorykit/sphinx-victorykit-theme-assets.git + shallow = true