From: Andrew Grimberg Date: Thu, 13 Apr 2023 14:43:40 +0000 (-0700) Subject: Docs: Fix broken docs link X-Git-Tag: v0.13.0~13 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F71555%2F2;p=releng%2Fcommon-packer.git Docs: Fix broken docs link Correct a docs link that should be using an ignored example domain Issue: RELENG-4563 Change-Id: Id8dbf72c6cc55a46d30248738b57813fad08663f Signed-off-by: Andrew Grimberg --- diff --git a/docs/update-images.rst b/docs/update-images.rst index 7b30d17..7205850 100644 --- a/docs/update-images.rst +++ b/docs/update-images.rst @@ -71,7 +71,7 @@ https://jenkins.umbrella-name.org/search/?q=packer-merge Trigger a merge job for each builder that we want to update. -https://jenkins.onap.org/job/ci-management-packer-merge-centos-7-builder/ +https://jenkins.umbrella-name.org/view/ci-management/job/ci-management-packer-merge-centos-7-builder/ Or if you dont have trigger: diff --git a/tox.ini b/tox.ini index a2110fb..851bb68 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html - echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo [testenv:docs-linkcheck]