[release-announce] [documentation] openstackdocstheme 1.20.0

no-reply at openstack.org no-reply at openstack.org
Tue Mar 20 20:37:37 UTC 2018


We are thrilled to announce the release of:

openstackdocstheme 1.20.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.20.0
^^^^^^

New Features

* The following configuration variables, normally defined in
  "conf.py", can now be configured automatically.

  * "project"

  * "version"

  * "release"

  * "html_last_updated_fmt"

  * "latex_engine"

  * "latex_elements"

  It is not necessary to retain any configuration in "conf.py" and, in
  most cases, such configuration will be ignored. The sole exceptions
  to this rule are "version" and "release" which, if set to "''" will
  not be overridden. This allows for unversioned documentation.

Changes in openstackdocstheme 1.19.0..1.20.0
--------------------------------------------

c7d05d5 Updated from global requirements
3c8b2a6 Configure additional properties
d03cea1 Configure project name, version, release
191502d trivial: Remove cruft from 'conf.py'
79b8ccb trivial: Use the 'get_html_theme_path' function
433fa33 Move code out of '__init__'
381bcdf Mark some functions as private


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

openstackdocstheme/__init__.py                     | 176 +-------------
openstackdocstheme/ext.py                          | 253 +++++++++++++++++++++
openstackdocstheme/paths.py                        |  36 +++
.../autoconfigure-settings-7083fdeeb121da89.yaml   |  17 ++
test-requirements.txt                              |   2 +-
7 files changed, 385 insertions(+), 497 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index cbb147d..f657ca5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list