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

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


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

commit 9512989bfd76cae5d15a830b38eeec596fe515c2
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