From 4f39ad2a2420efa36f9654ce059ba1b153b5dd94 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 19 Jul 2023 10:43:08 +0200 Subject: [PATCH] Add comment about Docsy fork to .gitmodules (#1600) --- .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