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