remove the sphinx validation - we'll add a MarkDown one when we have it

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
Upstream-commit: 17fbe3de381c70ef852f8d1c50128299615d1ebe
Component: engine
This commit is contained in:
Sven Dowideit
2014-04-28 18:45:03 +10:00
parent 7e080a1c66
commit c4b74db06d

View File

@ -10,11 +10,9 @@ install: true
before_script:
- env | sort
- sudo pip install -r docs/requirements.txt
script:
- hack/make.sh validate-dco
- hack/make.sh validate-gofmt
- make -sC docs SPHINXOPTS=-qW docs man
# vim:set sw=2 ts=2: