From 8c8c523d769ceaf5ac505372d5f37a3aaa7df09e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 22 Aug 2019 13:31:49 +0200 Subject: [PATCH] Update for openstack-doc-tools 2.0 With the new release, we can remove some hacks ;) Change-Id: Ifccb5879e62531495f2c8b470dace294e991ca58 (cherry picked from commit f7c73f8c69aecfd9bbc268dc3d3b16caae15937e) --- test-requirements.txt | 2 +- tox.ini | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6b4ef8446f..0486b88eb2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ hacking<0.12,>=0.11.0 # Apache-2.0 beautifulsoup4 # MIT Jinja2>=2.8 # BSD License (3 clause) -openstack-doc-tools>=1.1.0,<=1.5.0 # Apache-2.0 +openstack-doc-tools>=2.0.0 # Apache-2.0 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD openstackdocstheme>=1.5.0,<1.8.0 # Apache-2.0 doc8 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 5252f90cbe..7bcd9149ae 100644 --- a/tox.ini +++ b/tox.ini @@ -87,11 +87,6 @@ sitepackages=True whitelist_externals = doc-tools-check-languages commands = doc-tools-check-languages doc-tools-check-languages.conf test all - # Move from publish-docs to publish-docs/html - # TODO(AJaeger): Remove once openstack-doc-tools is updated - mkdir publish-docs-new - mv publish-docs publish-docs-new/html - mv publish-docs-new publish-docs [testenv:buildlang] # Run as "tox -e buildlang -- $LANG"