Remove doc-test-exceptions.txt
This is handled now via doc-test.conf, we can remove the file completely now. Change-Id: I439fb3e553c80b105931c80be0e84cb39bc0c412
This commit is contained in:
parent
7d4ad483bc
commit
dbf8e69be0
@ -1,5 +0,0 @@
|
||||
# These files are ignored while running openstack-doc-text
|
||||
# via tox.
|
||||
#
|
||||
# From apidocs
|
||||
includewars.xml
|
6
tox.ini
6
tox.ini
@ -18,10 +18,10 @@ commands = {posargs}
|
||||
commands = openstack-doc-test --api-site --check-niceness {posargs}
|
||||
|
||||
[testenv:checksyntax]
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-syntax {posargs}
|
||||
commands = openstack-doc-test --api-site --check-syntax {posargs}
|
||||
|
||||
[testenv:checkdeletions]
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-deletions {posargs}
|
||||
commands = openstack-doc-test --api-site --check-deletions {posargs}
|
||||
|
||||
[testenv:checkbuild]
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-build {posargs}
|
||||
commands = openstack-doc-test --api-site --check-build {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user