From 7a098ca42ca9507ba3e5ee7f9874bfae5f7af185 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 30 May 2019 21:08:52 +0200 Subject: [PATCH] Update infra-specs URL The site moved, update only link from this repo to infra-specs. Fix building: Use python3 for docs environment since newer sphinx requires python3. Change-Id: I0db0a753e17d671ee64ea7a87e065c958dd94850 --- doc/source/zuulv3.rst | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/zuulv3.rst b/doc/source/zuulv3.rst index 1afe672..14cd4df 100644 --- a/doc/source/zuulv3.rst +++ b/doc/source/zuulv3.rst @@ -39,7 +39,7 @@ information about Zuul v3. Please at least read the first section, and then continue reading as long as subsequent sections remain relevant to the way you work. -.. _Zuul v3 spec: https://specs.openstack.org/openstack-infra/infra-specs/specs/zuulv3.html +.. _Zuul v3 spec: https://docs.opendev.org/opendev/infra-specs/latest/specs/zuulv3.html What's the Minimum I Need to Know? ================================== diff --git a/tox.ini b/tox.ini index 9031ffd..c6c77f4 100644 --- a/tox.ini +++ b/tox.ini @@ -13,4 +13,5 @@ deps = -r{toxinidir}/requirements.txt commands = {posargs} [testenv:docs] +basepython = python3 commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html