Update git submodules

* Update openstackdocstheme from branch 'master'
  - Show version in PDFs
    
    To fix version display in PDFs, move config changes to config-inited
    event.
    
    First config-inited is called, then
    builder-inited is called after the builder is setup. The builder might
    use values from the config to set internal values.
    
    This happens with the latex builder that takes version and release and
    puts them into internal values.
    
    So far, openstackdocstheme used builder-inited and setting version and
    release from the theme happened to late. Move all config settings to a
    config-inited phase so that it is early - and thus the latex builder can
    create PDFs with version numbers.
    
    Change-Id: Icdd308ba13de56bab13e97e3afc6338a7181dcbf
This commit is contained in:
Andreas Jaeger 2020-05-20 11:49:41 +02:00 committed by Gerrit Code Review
parent d23b271c8c
commit 99f1db2157
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 23c7caf293674a4b28d49facbb72a37eb48f6137
Subproject commit 957cee03f90d3328bfc321774eeff513ecfa5721