Update git submodules

* Update openstackdocstheme from branch 'master'
  - Fix version dropdown
    
    In subdirectories, the version dropdown is incorrect for the Latest
    entry, it produces:
    <div class="version-dropdown-content">
                        <p><a href="../latest/" rel="nofollow">Latest</a></p>
                        <p><a href="../../stein" rel="nofollow">stein</a></p>
                        <p><a href="../../rocky" rel="nofollow">rocky</a></p>
    
    Notice the "../" instead of "../..". This breaks the "latest" link on
    documents such as https://docs.openstack.org/manila/latest/admin/index.html
    where "latest" links then to https://docs.openstack.org/manila/latest/latest/
    
    Fix this by using the same logic for latest as for the other versions,
    there's no need to special case it.
    
    Change-Id: I6b0fe830f764ce7dde24cff9c7b84c6a894ca408
This commit is contained in:
Andreas Jaeger 2019-08-20 07:19:40 +02:00 committed by Gerrit Code Review
parent c00c37f143
commit f39ecd6b0f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 16dd892269f8080add675480d9261958d23fd9eb
Subproject commit ceb0abfd6e313037ee51b77f72d5ae00278015d8