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)
This commit is contained in:
Sven Dowideit 2014-04-28 18:45:03 +10:00
parent 6c4e5ee826
commit 17fbe3de38
1 changed files with 0 additions and 2 deletions

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: