[release-announce] openstackdocstheme 1.26.0
no-reply at openstack.org
no-reply at openstack.org
Fri Oct 19 03:14:13 UTC 2018
We are psyched to announce the release of:
openstackdocstheme 1.26.0: 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.
1.26.0
^^^^^^
New Features
* Add support for including additional themes in the package,
starting with "starlingxdocs". The initial implementation sets up
the new theme to inherit from "openstackdocs" and updates some of
the "openstackdocs" bits that are hard coded in the Python.
For example:
html_theme = 'starlingxdocs'
Changes in openstackdocstheme 1.25.1..1.26.0
--------------------------------------------
4ed01cd Make a bare-bones starlingxdocs theme
3c5947d Add scripts to the head section
4878259 Remove example of deprecated app.info
b016626 Add starlingxdocs theme support
7e4bc8c Import build-openstack-api-ref
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 36 +-
README.rst | 23 +-
openstackdocstheme/ext.py | 12 +-
openstackdocstheme/paths.py | 10 +-
openstackdocstheme/theme/openstackdocs/layout.html | 3 +
.../openstackdocs/static/images/logo-full.png | 1 +
.../openstackdocs/static/images/logo-vert.png | 1 +
.../theme/openstackdocs_pdf/logo-full.png | 1 +
.../openstackdocs_pdf/openstack-logo-full.png | 1 -
openstackdocstheme/theme/starlingxdocs/footer.html | 41 +
openstackdocstheme/theme/starlingxdocs/header.html | 52 +
.../theme/starlingxdocs/sidebartoc_menu.html | 6 +
.../starlingxdocs/sidebartoc_menu_apiref.html | 11 +
.../theme/starlingxdocs/static/css/combined.css | 4502 ++++++++++++++++++++
.../StarlingX_Logo_RGB_Horizontal_2color.png | Bin 0 -> 7853 bytes
.../StarlingX_Logo_RGB_Horizontal_2color.svg | 1 +
.../images/StarlingX_Logo_RGB_Stacked_2color.png | Bin 0 -> 15123 bytes
.../images/StarlingX_Logo_RGB_Stacked_2color.svg | 1 +
.../starlingxdocs/static/images/logo-full.png | 1 +
.../starlingxdocs/static/images/logo-full.svg | 1 +
.../starlingxdocs/static/images/logo-vert.png | 1 +
.../starlingxdocs/static/images/logo-vert.svg | 1 +
openstackdocstheme/theme/starlingxdocs/theme.conf | 14 +
.../theme/starlingxdocs/titlerow.html | 20 +
.../theme/starlingxdocs_pdf/logo-full.png | 1 +
.../theme/starlingxdocs_pdf/logo-full.svg | 1 +
.../theme/starlingxdocs_pdf/pdftheme.sty | 67 +
.../notes/add-starlingxdocs-10a33318f8630486.yaml | 11 +
tox.ini | 30 +
31 files changed, 4851 insertions(+), 21 deletions(-)
More information about the Release-announce
mailing list