From 4a56592c8f7194acb603e80315eb9436e438b111 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 1 Mar 2020 20:54:43 +0100 Subject: [PATCH] Update git submodules * Update sahara from branch 'master' - Fix syntax error in image widths I get when building sahara this error: File "/usr/lib/python3.6/site-packages/sphinx/writers/html5.py", line 548, in visit_image atts['width'] = int(atts['width']) * scale ValueError: invalid literal for int() with base 10: '800px' As it turns out, the default is pixels anyway, so we don't need to add a type suffix. For scale to work, we need to specify both width and height for images, otherwise sphinx reports an error. Change-Id: If0f8383e37a8b1185a8a08b24c79b313fdcb498c --- sahara | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahara b/sahara index 75df1e9387..0825bddef6 160000 --- a/sahara +++ b/sahara @@ -1 +1 @@ -Subproject commit 75df1e93872a3a6b761d0eb89ca87de0b2b3620f +Subproject commit 0825bddef65c11928ae6d37a2a7702e2d9435143