This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 72a1d0373 fix(python-docs): prevent mkdocs from loading gfonts (#1277)
72a1d0373 is described below

commit 72a1d037318a903c22f0873406d21a7ac2819739
Author: Tim <[email protected]>
AuthorDate: Sun Feb 12 20:44:49 2023 +0100

    fix(python-docs): prevent mkdocs from loading gfonts (#1277)
---
 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:

Reply via email to