From 6c95d55f71575c7824bc87527e94939d9e4aa8da Mon Sep 17 00:00:00 2001 From: Bengt Thuree Date: Mon, 27 Sep 2021 19:56:14 +1000 Subject: [PATCH] Chore: Update to use funcparserlib~=1.0.0a0 Update funcparserlib for better compatibility with Sphinx version 4.2.0 updated in commit 1f098cb2137c2d7b6132d44d5ad89de60336802a This is requested by ONAP in IT-22918 Signed-off-by: Bengt Thuree Signed-off-by: Jessica Wagantall Issue: RELENG-3968 Change-Id: Id181ed2ab65c9c6d923b73fb8968ffd69fac8bc0 --- .../notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml | 6 ++++++ requirements.txt | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml diff --git a/releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml b/releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml new file mode 100644 index 0000000..e2a48c5 --- /dev/null +++ b/releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Update funcparserlib for better compatibility with Sphinx + version 4.2.0. This and other libraries are needed to generate + ONAP's docs. diff --git a/requirements.txt b/requirements.txt index 1133a99..bb3e191 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,8 @@ Sphinx~=4.2.0 sphinx_bootstrap_theme sphinx-tabs +# ONAP needs this, should not affect any others. +funcparserlib~=1.0.0a0 + # Indirect Dependencies more-itertools~=5.0.0;python_version<'3.4' # >6.0.0 requires Python >=3.4 -- 2.16.6