Do not fail on warnings for docs-linkcheck 87/91187/2
authorThanh Ha <zxiiro@gmail.com>
Fri, 10 Jul 2020 14:30:22 +0000 (10:30 -0400)
committerRobert Varga <nite@hq.sk>
Mon, 13 Jul 2020 20:29:17 +0000 (20:29 +0000)
commit8fb1b893dd661d5347211a744ce5ce8118517df1
treeef1cb255a99e3865a28c9613cc601053ab447ead
parent1a189b488da33740b3a7e0ede847d2e845f68514
Do not fail on warnings for docs-linkcheck

This is a workaround due to sphinx-tabs being incompatible with the
Sphinx linkchecker which throws a warning. We mainly use linkchecker
to catch broken links so we don't really need to fail on warnings as
the main "docs" builder will still fail for warning level issues so
this is a reasonable workaround.

This patch also fixes some current broken links in the docs, mainly
wiki.odl to wiki-archive.odl as these docs have not been migrated
to the new wiki as of yet.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I94d09ad6740efde204b4bb649623eedf346c3208
docs/conf.py
docs/developer-guide.rst
docs/testtool.rst
tox.ini