Merge pull request #5433 from SvenDowideit/remove-sphinx-validation-from-build

Remove Travis Sphinx validation
This commit is contained in:
Tianon Gravi 2014-04-28 22:59:53 -06:00
commit 83999e70f4
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: