diff --git a/requirements.txt b/requirements.txt index 3d69233..f3a49e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pbr>=2.0.0 -openstackdocstheme +openstackdocstheme>=1.31.2 yasfb>=0.5.1 diff --git a/setup.cfg b/setup.cfg index 9c43d62..a112de2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,14 +11,3 @@ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 - -[pbr] -warnerrors = True - -[upload_sphinx] -upload-dir = doc/build/html diff --git a/test-requirements.txt b/test-requirements.txt deleted file mode 100644 index e69de29..0000000 diff --git a/tox.ini b/tox.ini index 26ce7ce..c99cf9d 100644 --- a/tox.ini +++ b/tox.ini @@ -6,11 +6,9 @@ skipsdist = True [testenv] basepython = python3 usedevelop = True -install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt - -r{toxinidir}/test-requirements.txt [testenv:venv] commands = {posargs}