mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Allow linkcheck to fail
This commit is contained in:
parent
7938202a1b
commit
c5a801b836
4
Makefile
4
Makefile
|
@ -28,7 +28,9 @@ doc:
|
|||
|
||||
doccheck:
|
||||
$(MAKE) -C docs html
|
||||
$(MAKE) -C docs linkcheck
|
||||
# Don't make our test rely on the links in the docs being up every single build.
|
||||
# We don't control them. But do check, and update them to the target of their redirectes.
|
||||
$(MAKE) -C docs linkcheck || true
|
||||
|
||||
docserve:
|
||||
cd docs/_build/html && python -mSimpleHTTPServer 2> /dev/null&
|
||||
|
|
Loading…
Reference in New Issue
Block a user