Merge "Drop "docs" tox target and the docs integration"

This commit is contained in:
Zuul 2019-10-08 13:14:00 +00:00 committed by Gerrit Code Review
commit 58d411c6ed
3 changed files with 1 additions and 14 deletions

View File

@ -34,11 +34,6 @@ tempest.test_plugins =
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[egg_info]
tag_build =
tag_date = 0

View File

@ -4,5 +4,4 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD

View File

@ -25,13 +25,6 @@ setenv =
commands =
check-uuid --fix --package heat_tempest_plugin
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
sphinxcontrib-httpdomain
commands = python setup.py build_sphinx
[testenv:venv]
basepython = python3
commands = {posargs}