We are tickled pink to announce the release of: openstackdocstheme 2.1.2: 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.1.2 ^^^^^ Bug Fixes * "latex_engine" is always set to "xelatex", there's no good solution to check whether it is overriden. This restores the behavior before version 2.1.0. Changes in openstackdocstheme 2.1.1..2.1.2 ------------------------------------------ 78dc56d Update docstheme 84a9dd9 Use xelatex as latex_engine Diffstat (except docs and test files) ------------------------------------- api-ref/source/conf.py | 4 ++-- openstackdocstheme/ext.py | 4 ++-- releasenotes/notes/latex_engine-cc35cb3a4ad2fa00.yaml | 5 +++++ test-requirements.txt | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index dacd5ea..9773b21 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ hacking>=3.0,<3.1.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx>=2.0.0,!=2.1.0 # BSD