Remove obsolete tox environments

Infra setup has been changed, remove now obsolote environments.

Also remove unused doc-tests.conf file, with current openstack-doc-tests
it is obsolete.

Change-Id: I35acc842db62ced0226dd2f27cf57f56a05d6409
This commit is contained in:
Andreas Jaeger 2016-08-23 16:51:44 +02:00
parent bb8b09bd7a
commit 39ee43b843
2 changed files with 0 additions and 51 deletions

View File

@ -1,30 +0,0 @@
[DEFAULT]
repo_name = api-site
api_site = True
# From api-ref/src/wadls/object-api/src/
file_exception = os-object-api-1.0.wadl
file_exception = sitemap.xml
# These options need to come as triplets:
## API Quick Start Guide
book = api-quick-start
target_dir = target/docbkx/webhelp/api-quick-start-onepager-external
# Published at docs.openstack.org/api/quick-start
publish_dir = api/quick-start
## API Complete Reference
book = api-ref
target_dir = target/docbkx/html
# Published at developer.openstack.org/ but Jenkins will
# copy directory api-ref.
publish_dir = api-ref
## API-Ref-Guides
book = api-ref-guides
target_dir = target/docbkx/pdf/
# Published at developer.openstack.org/ but Jenkins will
# copy directory api-ref.
# Note: The tox.ini file needs to move this to the proper places since
# the publish_dirs have to be different!
publish_dir = api-ref-guides

21
tox.ini
View File

@ -17,23 +17,11 @@ whitelist_externals =
[testenv:venv]
commands = {posargs}
[testenv:checklinks]
# TODO(jaegerandi): Remove environment once infra build jobs are stopped.
commands = true
[testenv:checkniceness]
commands =
doc8 firstapp
doc8 api-quick-start
[testenv:checksyntax]
# TODO(jaegerandi): Remove environment once infra build jobs are stopped.
commands = true
[testenv:checkdeletions]
# TODO(jaegerandi): Remove environment once infra build jobs are stopped.
commands = true
[testenv:checkbuild]
commands =
# Build and copy RST Guides
@ -41,15 +29,6 @@ commands =
# Build website index
{toxinidir}/tools/build-index.sh build
[testenv:makeswagger]
# TODO(jaegerandi): Remove environment once infra build jobs are stopped.
commands = true
[testenv:publishdocs]
# Prepare documents (without www) so that they can get published on
# docs.openstack.org with just copying publish-docs/* over.
commands = true
[testenv:publishdocs-api]
# Prepare documents (without www) so that they can get published on
# developer.openstack.org with just copying publish-docs/api-ref over.