Fix requirements, tox

Change-Id: Ia96244290428e374ec22ee250264225d708ddc87
This commit is contained in:
Eyal 2020-01-15 16:14:24 +02:00
parent a99e8f6207
commit 67f38b4826
4 changed files with 9 additions and 11 deletions

5
doc/requirements.txt Normal file
View File

@ -0,0 +1,5 @@
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinxcontrib-httpdomain>=1.3.0 # BSD
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
openstackdocstheme>=1.30.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0

View File

View File

@ -2,11 +2,4 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0,<1.2.0 # Apache-2.0
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0
hacking>=1.1.0 # Apache-2.0

View File

@ -34,11 +34,12 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
whitelist_externals =
rm
commands =
rm -fr doc/build
sphinx-build -W -d doc/build/doctrees --keep-going -b html doc/source/ doc/build/html
sphinx-build -E -W --keep-going -b html doc/source doc/build/html
[testenv:releasenotes]
whitelist_externals =
@ -52,8 +53,7 @@ commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
ignore = E123,E125,W504
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build