From e4962045ec0a94ff646a922474befeadd6654e07 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 13 Jul 2023 12:52:11 +0200 Subject: [PATCH] Add comment about Docsy fork to .gitmodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 5e606ab2..3760b077 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,7 @@ [submodule "themes/docsy"] path = themes/docsy + # We use our own forked version of the Docsy theme, + # to avoid loading fonts from CDNs, which Docsy currently + # doesn't support (see https://github.com/google/docsy/issues/605). url = https://github.com/matrix-org/docsy.git branch = master