Update git submodules

* Update os-api-ref from branch 'master'
  to 1813e1996af4c8d66a32f9f0c32173e643044c43
  - Fix the 'No such file or directory' error
    
    Problem: build error when `http_theme` is NOT 'openstackdocs'
    Cause: `copy_assets` starts copying fonts into non-existing dir.
    Measure: mkdir _static/fonts before copying
    
    ```
    Extension error (os_api_ref):
    Handler <function copy_assets at 0x7fd3c902f310> for event
    'build-finished' threw an exception (exception: [Errno 2]
    No such file or directory: '..../api-ref/build/html/_static/
    fonts/glyphicons-halflings-regular.ttf')
    ```
    
    Change-Id: I70d5455db3bb61060a54202c5e510493c81661d5
This commit is contained in:
Alexander Fadeev 2023-02-22 21:04:15 +02:00 committed by Gerrit Code Review
parent 9847b01aa3
commit d71b52e802
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 06cd5abff4a05929178fb79fd7c9f09705640b13
Subproject commit 1813e1996af4c8d66a32f9f0c32173e643044c43