mirror of https://github.com/docker/docs.git
Merge pull request #5433 from SvenDowideit/remove-sphinx-validation-from-build
Remove Travis Sphinx validation
This commit is contained in:
commit
83999e70f4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue