We are jazzed to announce the release of: openstackdocstheme 2.2.0: OpenStack Docs Theme The source is available from: https://opendev.org/openstack/openstackdocstheme Download the package from: https://tarballs.openstack.org/openstackdocstheme/ For more details, please see below. 2.2.0 ^^^^^ New Features * The theme can now include links on each page to a PDF file. Set the new config option "openstackdocs_pdf_link" to enable it and configure the file name if needed with the new config option "openstackdocs_pdf_filename". Changes in openstackdocstheme 2.1.2..2.2.0 ------------------------------------------ e974da0 Add link to PDF file 5694e6c Cleanup bindep 6e74d8b Enable parallel building 0377487 Use consistent logging 6aa5e8d trivial: Remove leftover Python 2 code f7fe7da Provide extension version 150a3ba Remove vendored 'native' Pygments theme Diffstat (except docs and test files) ------------------------------------- bindep.txt | 8 +- openstackdocstheme/__init__.py | 9 +- openstackdocstheme/ext.py | 156 ++++++++++++++------- openstackdocstheme/page_context.py | 4 + openstackdocstheme/theme/openstackdocs/css.html | 6 +- openstackdocstheme/theme/openstackdocs/layout.html | 3 + .../theme/openstackdocs/script_footer.html | 4 + .../theme/openstackdocs/static/css/combined.css | 8 ++ .../theme/openstackdocs/static/css/native.css | 78 ----------- .../theme/openstackdocs/static/js/docs.js | 22 ++- .../theme/openstackdocs/titlerow.html | 3 + openstackdocstheme/version.py | 2 +- releasenotes/notes/pdf_link-c6b0ed36dd12b0ef.yaml | 7 + tox.ini | 20 +-- 16 files changed, 198 insertions(+), 152 deletions(-)
participants (1)
-
no-reply@openstack.org