diff --git a/doc-test.conf b/doc-test.conf deleted file mode 100644 index da84bf1969..0000000000 --- a/doc-test.conf +++ /dev/null @@ -1,11 +0,0 @@ -[DEFAULT] -repo_name = trove -api_site = True - -# From apidocs -file_exception = includewars.xml - -# These two options need to come as triplets: -book = apidocs -target_dir = target/docbkx/webhelp/cdb-devguide-external -publish_dir = api/openstack-databases diff --git a/test-requirements.txt b/test-requirements.txt index ad339a78b0..2cdf11cfcc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,6 @@ reno>=1.8.0 # Apache2 coverage>=3.6 # Apache-2.0 nose # LGPL nosexcover # BSD -openstack-doc-tools>=0.23 # Apache-2.0 openstackdocstheme>=1.4.0 # Apache-2.0 openstack.nose-plugin>=0.7 # Apache-2.0 WebTest>=2.0 # MIT diff --git a/tox.ini b/tox.ini index e7feebf214..64baf6cb91 100644 --- a/tox.ini +++ b/tox.ini @@ -58,23 +58,6 @@ builtins = _ exclude=.venv,.tox,.git,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot filename=*.py,trove-* -[testenv:checklinks] -commands = openstack-doc-test --check-links {posargs} - -[testenv:checkbuild] -# NOTE(pmalik) The setting of the install_command in this location -# is only required because currently infra does not actually -# support constraints files for the publishdocs job, and while -# the environment variable UPPER_CONSTRAINTS_FILE is set, there's -# no file there. It can be removed when infra changes this. -install_command = pip install -U {opts} {packages} -commands = - openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs} - openstack-doc-test --check-build {posargs} - -[testenv:publishdocs] -commands = openstack-doc-test --check-build --publish --force - [testenv:api-ref] # This environment is called from CI scripts to test and publish # the API Ref to developer.openstack.org.