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"