mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
flake8
|
||||||
! grep -ri syncroniz */*
|
! grep -ri syncroniz */*
|
||||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
|
||||||
|
|
||||||
install-docs:
|
install-docs:
|
||||||
pip install sphinx sphinx_rtd_theme
|
pip install sphinx sphinx_rtd_theme
|
||||||
|
|
@ -21,3 +20,6 @@ install-docs:
|
||||||
docs:
|
docs:
|
||||||
cd docs
|
cd docs
|
||||||
make html
|
make html
|
||||||
|
|
||||||
|
linkcheck:
|
||||||
|
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue