This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch fix/prevent-mkdocs-loading-gfonts in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 34629eb573abd522ee54903a2119b6456bd33b94 Author: bossenti <[email protected]> AuthorDate: Sun Feb 12 20:14:54 2023 +0100 fix(python-docs): prevent mkdocs from loading gfonts Signed-off-by: bossenti <[email protected]> --- streampipes-client-python/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/streampipes-client-python/mkdocs.yml b/streampipes-client-python/mkdocs.yml index 90a3d84fd..f3939e6de 100644 --- a/streampipes-client-python/mkdocs.yml +++ b/streampipes-client-python/mkdocs.yml @@ -31,6 +31,7 @@ theme: - navigation.instant - navigation.indexes - navigation.tracking + font: false extra: social:
