We high-spiritedly announce the release of: openstack-doc-tools 3.1.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. Changes in openstack-doc-tools 3.0.0..3.1.0 ------------------------------------------- 7ee7713 Switch to newer openstackdocstheme and reno versions f13c797 Cleanup py27 support ae0833a Update hacking for Python3 b9d280a Update sitemap for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 6 +++--- releasenotes/source/conf.py | 7 ++++--- requirements.txt | 2 +- setup.cfg | 5 ++--- setup.py | 9 --------- sitemap/generator/pipelines.py | 3 ++- sitemap/generator/spiders/sitemap_file.py | 3 ++- test-requirements.txt | 6 +++--- test/test_pipelines.py | 1 + 10 files changed, 22 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c893d12..157b9ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain -sphinx>=1.8.0,!=2.1.0 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index e31827f..990511d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -13,2 +13,2 @@ pylint==1.7.1 # GPLv2 -reno>=2.5.0 # Apache-2.0 -openstackdocstheme>=1.20.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 +openstackdocstheme>=2.2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org