We are thrilled to announce the release of: openstackdocstheme 1.21.1: OpenStack Docs Theme The source is available from: https://git.openstack.org/cgit/openstack/openstackdocstheme Download the package from: https://tarballs.openstack.org/openstackdocstheme/ Please report issues through launchpad: https://launchpad.net/openstack-doc-tools For more details, please see below. Changes in openstackdocstheme 1.21.0..1.21.1 -------------------------------------------- 4da63dc Make emphasize-lines more highlighted 31c3a65 Updated Search widget 4fb78b7 fix tox python3 overrides 3a2bac5 add the series name to the template context 9a5c519 always look for the .gitreview file in root of repo ae47423 Strip tags from titles in bugTitle and meta 31868c9 Check RST as part of linting Diffstat (except docs and test files) ------------------------------------- openstackdocstheme/ext.py | 14 +- openstackdocstheme/theme/openstackdocs/css.html | 3 + openstackdocstheme/theme/openstackdocs/header.html | 11 +- openstackdocstheme/theme/openstackdocs/layout.html | 2 +- .../theme/openstackdocs/os_search.html | 3 + .../theme/openstackdocs/os_search_install.html | 10 ++ .../theme/openstackdocs/os_search_mobile.html | 3 + .../theme/openstackdocs/script_footer.html | 2 +- .../theme/openstackdocs/static/css/combined.css | 185 --------------------- .../theme/openstackdocs/static/css/native.css | 2 +- .../theme/openstackdocs/static/css/search.css | 49 ++++++ .../theme/openstackdocs/static/js/navigation.js | 37 ++--- .../theme/openstackdocs/swiftype_search.html | 3 - .../openstackdocs/swiftype_search_install.html | 8 - .../openstackdocs/swiftype_search_mobile.html | 3 - tox.ini | 7 + 16 files changed, 106 insertions(+), 236 deletions(-)