diff --git a/doc/requirements.txt b/doc/requirements.txt index fffb83d96b..6ca2d60eaa 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,8 +2,8 @@ pbr>=2.0.0,!=2.1.0 Pygments docutils -sphinx>=1.6.2 -openstackdocstheme>=1.20.0 +sphinx>=2.0.0,!=2.1.0 +openstackdocstheme>=2.0.0 nwdiag blockdiag sphinxcontrib-blockdiag diff --git a/setup.cfg b/setup.cfg index 4e27ad80d8..146f010243 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,6 +10,3 @@ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - -[wheel] -universal = 1 diff --git a/tox.ini b/tox.ini index 26baa2a1c5..ed28636d3a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,15 +5,14 @@ envlist = bashate [testenv] usedevelop = False -install_command = pip install {opts} {packages} +basepython = python3 [testenv:bashate] -basepython = python3 # if you want to test out some changes you have made to bashate # against devstack, just set BASHATE_INSTALL_PATH=/path/... to your # modified bashate tree deps = - {env:BASHATE_INSTALL_PATH:bashate==0.5.1} + {env:BASHATE_INSTALL_PATH:bashate==2.0.0} whitelist_externals = bash commands = bash -c "find {toxinidir} \ -not \( -type d -name .?\* -prune \) \ @@ -35,7 +34,6 @@ commands = bash -c "find {toxinidir} \ -print0 | xargs -0 bashate -v -iE006 -eE005,E042" [testenv:docs] -basepython = python3 deps = -r{toxinidir}/doc/requirements.txt whitelist_externals = bash setenv = @@ -44,7 +42,6 @@ commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html [testenv:pdf-docs] -basepython = python3 deps = {[testenv:docs]deps} whitelist_externals = make @@ -53,6 +50,5 @@ commands = make -C doc/build/pdf [testenv:venv] -basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = {posargs}