[release-announce] openstack-doc-tools 2.0.0

no-reply at openstack.org no-reply at openstack.org
Thu Aug 22 12:09:49 UTC 2019


We joyfully announce the release of:

openstack-doc-tools 2.0.0: Tools for OpenStack Documentation

The source is available from:

    https://opendev.org/openstack/openstack-doc-tools

Download the package from:

    https://tarballs.openstack.org/openstack-doc-tools/

For more details, please see below.

2.0.0
^^^^^


Upgrade Notes
*************

* The helpers *openstack-indexpage* and *openstack-jsoncheck* are
  not used anymore and thus have been removed.


Critical Issues
***************

* Change publishing from *publish-docs* to *publish-docs/html*. This
  needs changing in build and publish CI jobs.

Changes in openstack-doc-tools 1.10.0..2.0.0
--------------------------------------------

5793218 Remove openstack-jsoncheck and openstack-indexpage
8f7f1d9 Cleanup doc-tools-check-languages
a031fd7 Publish to publish-docs/html
918cec0 Remove some commented obsolete lines
06d7ac2 Update docs building


Diffstat (except docs and test files)
-------------------------------------

bin/doc-tools-build-rst                            |   8 +-
bin/doc-tools-check-languages                      |  58 ++------
lower-constraints.txt                              |   2 +-
os_doc_tools/index.py                              |  92 ------------
os_doc_tools/jsoncheck.py                          | 162 ---------------------
releasenotes/notes/indexpage-ed235f8665f398d7.yaml |   4 +
.../notes/publish-docs-54aa1604f102cb7c.yaml       |   4 +
releasenotes/source/conf.py                        |  16 --
requirements.txt                                   |   3 +-
setup.cfg                                          |  13 --
sitemap/README.rst                                 |  33 ++---
test-requirements.txt                              |   2 +-
test/test_index.py                                 |  37 -----
test/test_jsoncheck.py                             |  98 -------------
tox.ini                                            |   5 +-
19 files changed, 108 insertions(+), 554 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 8a10a6b..0b5f646 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9,2 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx>=1.6.5,!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'  # BSD
+sphinx>=1.6.5,!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'  # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 29b9a85..e31827f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0






More information about the Release-announce mailing list