From: Thanh Ha Date: Sat, 6 Jun 2020 14:24:27 +0000 (-0400) Subject: Update Sphinx to 3.0.4 X-Git-Tag: v0.5.0~2^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d3cc1c40f6d0827686d34387d99f0d450ff4b84d;p=releng%2Fdocs-conf.git Update Sphinx to 3.0.4 Update docs-conf to use the latest Sphinx 3.0.4. Change-Id: Ic44e8d44a0c68f5f3727f3e1b3ee3368b45d6cd2 Signed-off-by: Thanh Ha --- diff --git a/releasenotes/notes/update-sphinx-3.0.4-c023706bfba48a52.yaml b/releasenotes/notes/update-sphinx-3.0.4-c023706bfba48a52.yaml new file mode 100644 index 0000000..1cdf3cd --- /dev/null +++ b/releasenotes/notes/update-sphinx-3.0.4-c023706bfba48a52.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Updates Sphinx from ~2.3.1 to ~3.0.4 which may or may not affect + project docs build. Refer to upstream release note as necessary. + https://www.sphinx-doc.org/en/master/changes.html diff --git a/requirements.txt b/requirements.txt index 10356fd..3b53a6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pytest pyyaml -Sphinx~=2.3.1 +Sphinx~=3.0.4 sphinx_bootstrap_theme~=0.7.1 # Indirect Dependencies