From: Jamo Luhrsen Date: Wed, 29 Jan 2020 01:13:46 +0000 (-0800) Subject: Upgrade sphinx version to 2.2.2 X-Git-Tag: v0.4.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7b27ce7f5998675778e0cf61a08bf5125be22f4f;p=releng%2Fdocs-conf.git Upgrade sphinx version to 2.2.2 sphinx-build breaks with osx when using the -j flag for parallel builds, but is handled in v2.2.2: https://www.sphinx-doc.org/en/master/changes.html Signed-off-by: Jamo Luhrsen Change-Id: Iaf218a41d8d8ac7b9b014ead0c2c8e117fb83027 --- diff --git a/requirements.txt b/requirements.txt index 772b9a4..7b3b8f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pytest pyyaml -Sphinx~=1.8.5 +Sphinx~=2.2.2 sphinx_bootstrap_theme>=0.6.2 # Indirect Dependencies