mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove linkcheck from travis
This commit is contained in:
parent
e5b75c571f
commit
a7e311dbf2
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -12,7 +12,6 @@ style:
|
|||
flake8
|
||||
! grep -ri syncroniz */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||
|
||||
install-docs:
|
||||
pip install sphinx sphinx_rtd_theme
|
||||
|
|
@ -21,3 +20,6 @@ install-docs:
|
|||
docs:
|
||||
cd docs
|
||||
make html
|
||||
|
||||
linkcheck:
|
||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||
|
|
|
|||
Loading…
Reference in a new issue