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
This commit is contained in:
Dirk Mueller 2020-03-01 20:54:43 +01:00 committed by Gerrit Code Review
parent 829ba39732
commit 4a56592c8f
1 changed files with 1 additions and 1 deletions

2
sahara

@ -1 +1 @@
Subproject commit 75df1e93872a3a6b761d0eb89ca87de0b2b3620f
Subproject commit 0825bddef65c11928ae6d37a2a7702e2d9435143