[documentation] openstackdocstheme 1.7.0
We are pleased to announce the release of: openstackdocstheme 1.7.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. Changes in openstackdocstheme 1.6.1..1.7.0 ------------------------------------------ 96669d2 Clarify search title d87aaca Fix search.html page script errors ceb56ab Add alignment styling for figures and images adaf0b1 PDF support for sample document with font f9e4bfe Add tox env for PDF building 0181a2e Update css markups for newer Sphinx 5568351 Adds LaTeX style file for building PDF documents cc8e97b Add warning-is-error c35eba6 Updated from global requirements 1801bad Updated from global requirements 12123b7 Update hacking to current version bfdad38 Adjust 'docs-toc a' display value a23b4d1 Remove getJSON function and doc-characters file 52b3cd4 Update Launchpad info cf06b0d Updated from global requirements e765bbf Use https instead of http for git.openstack.org e859900 Update bootstrap and jquery files 1367a13 Remove duplicate search field from the left sidebar a4a2ed7 Add note in README about Python 3 changes b0e3e8a Fix missing role_id Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 8 +- HACKING.rst | 3 +- README.rst | 28 +- api-ref/source/conf.py | 2 +- api-ref/source/image.inc | 5 +- api-ref/source/parameters.yaml | 15 +- api-ref/source/service.inc | 4 +- bindep.txt | 7 + index.rst | 2 +- openstackdocstheme/__init__.py | 19 +- openstackdocstheme/theme/openstackdocs/js.html | 2 +- .../theme/openstackdocs/script_footer.html | 2 +- openstackdocstheme/theme/openstackdocs/search.html | 42 + .../theme/openstackdocs/sidebartoc.html | 3 - .../theme/openstackdocs/static/css/bootstrap.css | 7 +- .../theme/openstackdocs/static/css/combined.css | 58 +- .../theme/openstackdocs/static/js/bootstrap.js | 114 +- .../openstackdocs/static/js/doc-characters.json | 20 - .../theme/openstackdocs/static/js/docs.js | 8 - .../theme/openstackdocs/static/js/jquery-1.12.4.js | 11008 ------------------- .../theme/openstackdocs/static/js/jquery-3.1.1.js | 10220 +++++++++++++++++ .../openstackdocs_pdf/openstack-logo-full.png | 1 + .../theme/openstackdocs_pdf/pdftheme.sty | 61 + requirements.txt | 2 +- setup.cfg | 1 + setup.py | 2 +- test-requirements.txt | 4 +- tox.ini | 20 +- 31 files changed, 10565 insertions(+), 11141 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1a62d2e..9ee958b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0cfa82a..ae28e29 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.12,>=0.11.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -8 +8 @@ hacking<0.12,>=0.11.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org